From: thierry Date: Wed, 9 Apr 2008 19:21:31 +0000 (+0000) Subject: build regular planetlab 32bits from the trunk for deployong on alpha nodes X-Git-Tag: foo~345 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c2cc72c142bf8454fab45252608c4ed666438756;p=infrastructure.git build regular planetlab 32bits from the trunk for deployong on alpha nodes --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 30e9c8e..a461d6d 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -46,6 +46,15 @@ for d in $PLDISTROS ; do done done +# raw - std planetlab x f8 x 32bits for deploying on alpha nodes +command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -b @DATE@-trunk" +if [ -n "$manual" ] ; then + echo $command + echo "manual/dry_run: skipped" +else + $command +fi + # the following gets skipped in any manual mode # centos5 : for both archs, make the vserver rpms for d in onelab ; do