build regular planetlab 32bits from the trunk for deployong on alpha nodes
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 9 Apr 2008 19:21:31 +0000 (19:21 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 9 Apr 2008 19:21:31 +0000 (19:21 +0000)
scripts/all-builds.sh

index 30e9c8e..a461d6d 100755 (executable)
@@ -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