jlyons: branch asterisknow r252 - /branches/asterisknow/build_tools/
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Fri Jan 12 18:12:02 MST 2007
Author: jlyons
Date: Fri Jan 12 19:12:01 2007
New Revision: 252
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=252
Log:
Get rid of the M from the version string as we cant help but modify the svn dir when cooking
Modified:
branches/asterisknow/build_tools/write_svn_rev
Modified: branches/asterisknow/build_tools/write_svn_rev
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/build_tools/write_svn_rev?view=diff&rev=252&r1=251&r2=252
==============================================================================
--- branches/asterisknow/build_tools/write_svn_rev (original)
+++ branches/asterisknow/build_tools/write_svn_rev Fri Jan 12 19:12:01 2007
@@ -3,7 +3,7 @@
if [ -f ${1}/.version ]; then
cat ${1}/.version
elif [ -d .svn ]; then
- REV=`svnversion -c . | cut -d: -f2`
+ REV=`svnversion -c . | cut -d: -f2 | cut -dM -f1`
echo $REV
sed -i -e "s/Revision: .../Revision: ${REV}/g" config/scripts/astman.js
fi
More information about the asterisk-gui-commits
mailing list