dhubbard: branch asterisknow r2214 -	/branches/asterisknow/build_tools/
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Tue Jan 29 17:23:50 CST 2008
    
    
  
Author: dhubbard
Date: Tue Jan 29 17:23:50 2008
New Revision: 2214
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2214
Log:
update build_tools for new autotag directory structure and related to BE-353
Modified:
    branches/asterisknow/build_tools/make_version
Modified: branches/asterisknow/build_tools/make_version
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/build_tools/make_version?view=diff&rev=2214&r1=2213&r2=2214
==============================================================================
--- branches/asterisknow/build_tools/make_version (original)
+++ branches/asterisknow/build_tools/make_version Tue Jan 29 17:23:50 2008
@@ -21,6 +21,12 @@
       do
       if [ ${BRANCH} != 0 ]
 	  then
+	  if [ "${PART}" = "autotag_for_be" ] ; then
+	      continue
+	  fi
+	  if [ "${PART}" = "autotag_for_sx00i" ] ; then
+	      continue
+	  fi
 	  RESULT="${RESULT}-${PART}"
 	  break
       fi
    
    
More information about the asterisk-gui-commits
mailing list