(no commit message)
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 22 Apr 2008 07:53:02 +0000 (07:53 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 22 Apr 2008 07:53:02 +0000 (07:53 +0000)
scripts/all-builds.sh

index 06cce91..9c7c05c 100755 (executable)
@@ -50,19 +50,19 @@ for d in $PLDISTROS ; do
     done
 done
 
-[ -n "$manual" ] && { echo 'manual mode : bailing out' ; exit 0 ; }
-
 # raw - std planetlab x f8 x 32bits for deploying on alpha nodes
-for bits in 32 64; do
+for bits in $BITS; do
     p=linux${bits}
-    command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -p $p -b @DATE@--trunk${bits}"
+    command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -p $p -b @DATE@--trunk${bits} $extra_option"
     run $command
 done
 
+[ -n "$manual" ] && { echo 'manual mode : bailing out' ; exit 0 ; }
+
 # 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
+    for bits in $BITS 64; do
        p=linux${bits}
        command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
            -f centos5 -p $p -d $d \