[asterisk-commits] dhubbard: trunk r101081 - in /trunk: ./ build_tools/make_version

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 29 17:59:41 CST 2008


Author: dhubbard
Date: Tue Jan 29 17:59:41 2008
New Revision: 101081

URL: http://svn.digium.com/view/asterisk?view=rev&rev=101081
Log:
Merged revisions 101080 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101080 | dhubbard | 2008-01-29 17:50:42 -0600 (Tue, 29 Jan 2008) | 1 line

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:
    trunk/   (props changed)
    trunk/build_tools/make_version

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/build_tools/make_version
URL: http://svn.digium.com/view/asterisk/trunk/build_tools/make_version?view=diff&rev=101081&r1=101080&r2=101081
==============================================================================
--- trunk/build_tools/make_version (original)
+++ trunk/build_tools/make_version Tue Jan 29 17:59:41 2008
@@ -19,6 +19,12 @@
 
     for PART in $PARTS ; 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