From b182495b736c8656fc8fd6e14525ca4358c94682 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 7 Apr 2008 10:18:11 +0000 Subject: [PATCH] fix support manual runs --- scripts/all-builds.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index d010298..c42050d 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -21,10 +21,10 @@ for d in $PLDISTROS ; do for f in $FCDISTROS ; do for bits in $BITS; do p=linux${bits} - command=/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \ + command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \ -f $f -p $p -d $d \ -t ${d}-tags-4.2.mk \ - -b @DATE@--${d}.4.2--${f}-${bits} $test_option + -b @DATE@--${d}.4.2--${f}-${bits} $test_option" [ -n "$manual" ] && echo $command if [ -n "$DRY_RUN" ] ; then echo "dry-run: skipped" @@ -35,15 +35,16 @@ for d in $PLDISTROS ; do done done +# the following gets skipped in any manual mode # centos5 : for both archs, make the vserver rpms for d in onelab ; do for bits in 32 64; do p=linux${bits} - command=/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \ + command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \ -f centos5 -p $p -d $d \ -t ${d}-tags-4.2.mk \ -b @DATE@--${d}.4.2--c5vs-${bits} \ - -B vserver + -B vserver" if [ -n "$manual" ] ; then echo "manual: skipped" else -- 2.47.0