From c9dd18b4334ecd6c7ae409009800ad3da668b5b8 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 19 Sep 2008 09:15:32 +0000 Subject: [PATCH] use -b --- scripts/all-builds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.0