From: thierry Date: Mon, 7 Apr 2008 10:18:11 +0000 (+0000) Subject: fix support manual runs X-Git-Tag: foo~351 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b182495b736c8656fc8fd6e14525ca4358c94682;p=infrastructure.git fix support manual runs --- 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