[asterisk-commits] pabelanger: testsuite/bamboo/trunk r3068 - /bamboo/trunk/bin/tarball_script.sh
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Feb 27 15:53:24 CST 2012
Author: pabelanger
Date: Mon Feb 27 15:53:21 2012
New Revision: 3068
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3068
Log:
Remove some hardcoded 1.8 settings
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=3068&r1=3067&r2=3068
==============================================================================
--- bamboo/trunk/bin/tarball_script.sh (original)
+++ bamboo/trunk/bin/tarball_script.sh Mon Feb 27 15:53:21 2012
@@ -11,15 +11,21 @@
if [ "${BRANCH}" = "branches/1.8" ]; then
SVNVERSION="SVN-branch-1.8"
+ TARVERSION="svn.branch.1.8"
+ SVNBRANCH="1.8"
elif [ "${BRANCH}" = "branches/10" ]; then
SVNVERSION="SVN-branch-10"
+ TARVERSION="svn.branch.10"
+ SVNBRANCH="10"
else
SVNVERSION="SVN-trunk"
+ TARVERSION="svn.branch.11"
+ SVNBRANCH="11"
fi
VERSION=${SVNVERSION}-r${REV}
-ASTDIR="${PROJECT}-1.8~svn.branch.1.8.r${REV}"
+ASTDIR="${PROJECT}-${SVNBRANCH}~${TARVERSION}.r${REV}"
svn export ${URL}/${PROJECT}/${BRANCH}@${REV} ${ASTDIR}
More information about the asterisk-commits
mailing list