From: thierry Date: Thu, 25 Sep 2008 10:59:40 +0000 (+0000) Subject: make it explicit when we only have vserver built X-Git-Tag: foo~275 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=da604c27ce44e02f15d7be6fd83f44aba6a3a791;p=infrastructure.git make it explicit when we only have vserver built --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 01d02ea..18c6701 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -143,11 +143,11 @@ if [ -z "$TEST" ] ; then p=linux${bits} s=$(shortname $d) if [ -n "$BUILD_BRANCH" ] ; then - buildname="${d}-${MAJOR}-${BASE}-${f}-${bits}" + buildname="${d}-${MAJOR}-${BASE}-vs-${f}-${bits}" elif [ -n "$BUILD_TRUNK" ] ; then - buildname="${BASE}--${s}.${MAJOR}--${f}-${bits}" + buildname="${BASE}--${s}.${MAJOR}--vs-${f}-${bits}" else - buildname="${d}-${MAJOR}-${MINOR}-${f}-${bits}" + buildname="${d}-${MAJOR}-${MINOR}-vs-${f}-${bits}" fi command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \ -d $d -p $p -f $f -t ${d}-tags-${MAJOR}.mk \