fix support manual runs
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 7 Apr 2008 10:18:11 +0000 (10:18 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 7 Apr 2008 10:18:11 +0000 (10:18 +0000)
scripts/all-builds.sh

index d010298..c42050d 100755 (executable)
@@ -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