From c2cc72c142bf8454fab45252608c4ed666438756 Mon Sep 17 00:00:00 2001 From: thierry Date: Wed, 9 Apr 2008 19:21:31 +0000 Subject: [PATCH] build regular planetlab 32bits from the trunk for deployong on alpha nodes --- scripts/all-builds.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.0