[asterisk-commits] dhubbard: branch 1.4 r101080 - /branches/1.4/build_tools/make_version
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 29 17:50:43 CST 2008
Author: dhubbard
Date: Tue Jan 29 17:50:42 2008
New Revision: 101080
URL: http://svn.digium.com/view/asterisk?view=rev&rev=101080
Log:
updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by The Russell and reviewed by The Me.
Modified:
branches/1.4/build_tools/make_version
Modified: branches/1.4/build_tools/make_version
URL: http://svn.digium.com/view/asterisk/branches/1.4/build_tools/make_version?view=diff&rev=101080&r1=101079&r2=101080
==============================================================================
--- branches/1.4/build_tools/make_version (original)
+++ branches/1.4/build_tools/make_version Tue Jan 29 17:50:42 2008
@@ -22,6 +22,12 @@
do
if [ ${TAG} != 0 ]
then
+ if [ "${PART}" = "autotag_for_be" ] ; then
+ continue
+ fi
+ if [ "${PART}" = "autotag_for_sx00i" ] ; then
+ continue
+ fi
RESULT="${PART}"
break
fi
More information about the asterisk-commits
mailing list