[zaptel-commits] tzafrir: branch 1.4 r4603 - /branches/1.4/build_tools/zaptel_svn_tarball

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Jan 1 04:24:06 CST 2009


Author: tzafrir
Date: Thu Jan  1 04:24:05 2009
New Revision: 4603

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4603
Log:
A slightly different version number for compatibility with other scripts

Modified:
    branches/1.4/build_tools/zaptel_svn_tarball

Modified: branches/1.4/build_tools/zaptel_svn_tarball
URL: http://svn.digium.com/view/zaptel/branches/1.4/build_tools/zaptel_svn_tarball?view=diff&rev=4603&r1=4602&r2=4603
==============================================================================
--- branches/1.4/build_tools/zaptel_svn_tarball (original)
+++ branches/1.4/build_tools/zaptel_svn_tarball Thu Jan  1 04:24:05 2009
@@ -68,7 +68,7 @@
 real_rev=`svn info -r $REV $ZAPTEL_URL \
   | awk '/^Last Changed Rev: /{print $4}'`
 
-ver_full="$zap_ver.9.svn.$real_rev"
+ver_full="$zap_ver.9.svn.r$real_rev"
 tar_name="zaptel-$ver_full"
 tar_ball_full="$TARBALLS_DIR/$tar_name.tar.gz"
 




More information about the zaptel-commits mailing list