From a3c8966fa52d8070acd5c4307ee880dd9ae49df4 Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 22 Apr 2008 07:53:02 +0000 Subject: [PATCH] --- scripts/all-builds.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 06cce91..9c7c05c 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -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 \ -- 2.47.0