whooooops
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 30 Sep 2008 08:25:59 +0000 (08:25 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 30 Sep 2008 08:25:59 +0000 (08:25 +0000)
scripts/all-builds.sh

index 28e42f7..6d1137d 100755 (executable)
@@ -174,7 +174,7 @@ for bits in $BITS; do
        p=linux${bits}
        buildname="${BASE}--tr${f}-${bits}"
        command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \
-        -d planetlab -p linux32 -f $f -b $buildname $extra_option"
+        -d planetlab -p $p -f $f -b $buildname $extra_option"
        run $command
     done
 done