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 \