[svn-commits] pabelanger: testsuite/bamboo/trunk r3042 - /bamboo/trunk/bin/tarball_script.sh

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 17 11:41:57 CST 2012


Author: pabelanger
Date: Fri Feb 17 11:41:54 2012
New Revision: 3042

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3042
Log:
Rework version

Modified:
    bamboo/trunk/bin/tarball_script.sh

Modified: bamboo/trunk/bin/tarball_script.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/tarball_script.sh?view=diff&rev=3042&r1=3041&r2=3042
==============================================================================
--- bamboo/trunk/bin/tarball_script.sh (original)
+++ bamboo/trunk/bin/tarball_script.sh Fri Feb 17 11:41:54 2012
@@ -9,7 +9,15 @@
 REV=${REV}
 URL=${URL:-http://svn.asterisk.org/svn}
 
-VERSION="SVN-${BRANCH}-r${REV}"
+if [ "${BRANCH}" = "branches/1.8" ]; then
+	SVNVERSION="SVN-branch-1.8"
+elif [ "${BRANCH}" = "branches/10" ]; then
+	SVNVERSION="SVN-branch-10"
+else
+	SVNVERSION="SVN-trunk"
+fi
+
+VERSION=${SVNVERSION}-r${REV}
 
 ASTDIR="${PROJECT}-1.8~svn.branch.1.8.r${REV}"
 




More information about the svn-commits mailing list