From: thierry Date: Fri, 19 Sep 2008 09:15:32 +0000 (+0000) Subject: use -b X-Git-Tag: foo~277 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c9dd18b4334ecd6c7ae409009800ad3da668b5b8;hp=a0e306430b97af004095043e6d0f07ccb6df932a;p=infrastructure.git use -b --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index e2c073f..9ec4184 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -119,7 +119,7 @@ for bits in $BITS; do p=linux${bits} s=$(shortname $d) if [ -n "$BUILD_BRANCH" ] ; then - buildname="${d}-${MAJOR}-@DATE@.1lab-${f}-${bits}" + buildname="${d}-${MAJOR}-${BASE}.1lab-${f}-${bits}" elif [ -n "$BUILD_TRUNK" ] ; then buildname="${BASE}--${s}.${MAJOR}--${f}-${bits}" else @@ -143,7 +143,7 @@ if [ -z "$TEST" ] ; then p=linux${bits} s=$(shortname $d) if [ -n "$BUILD_BRANCH" ] ; then - buildname="${d}-${MAJOR}-@DATE@.1lab-${f}-${bits}" + buildname="${d}-${MAJOR}-${BASE}.1lab-${f}-${bits}" elif [ -n "$BUILD_TRUNK" ] ; then buildname="${BASE}--${s}.${MAJOR}--${f}-${bits}" else