building an rc2
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 24 Apr 2008 19:25:48 +0000 (19:25 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 24 Apr 2008 19:25:48 +0000 (19:25 +0000)
scripts/all-builds.sh

index 95d9ec0..2c2679a 100755 (executable)
@@ -65,34 +65,44 @@ for d in $PLDISTROS ; do
        for bits in $BITS; do
            p=linux${bits}
            s=$(shortname $d)
+#          command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
+#              -d $d -p $p -f $f \
+#              -t ${d}-tags-4.2.mk \
+#              -b @DATE@--${s}.4.2--${f}-${bits} $extra_option"
            command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
                -d $d -p $p -f $f \
                -t ${d}-tags-4.2.mk \
-               -b @DATE@--${s}.4.2--${f}-${bits} $extra_option"
+               -b ${d}-4.2-rc2.1lab-${f}-${bits} $extra_option"
            run $command
        done
     done
 done
 
-# raw - std planetlab x f8 x 32bits for deploying on alpha nodes
-for d in $TRUNK_DISTRO; do
-    for bits in $BITS; do
-       p=linux${bits}
-       s=$(shortname $d)
-       command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
-        -d $d -p $p -b @DATE@--tr${s}-${bits} $extra_option"
-       run $command
-    done
-done
+## # raw - std planetlab x f8 x 32bits for deploying on alpha nodes
+## for d in $TRUNK_DISTRO; do
+##     for bits in $BITS; do
+##     p=linux${bits}
+##     s=$(shortname $d)
+##     command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
+##      -d $d -p $p -b @DATE@--tr${s}-${bits} $extra_option"
+##     run $command
+##     done
+## done
 
 # centos5 : for both archs, make the vserver rpms
+f=centos5
 for d in $TRUNK_DISTRO ; do
     for bits in $BITS ; do
        p=linux${bits}
        s=$(shortname $d)
+#      command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
+#          -d $d -p $p -f $f \
+#          -b @DATE@--tr${s}-c5vs-${bits} \
+#          -B vserver"
        command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
-           -d $d -p $p -f centos5 \
-           -b @DATE@--tr${s}-c5vs-${bits} \
+           -d $d -p $p -f $f \
+           -t ${d}-tags-4.2.mk \
+           -b ${d}-4.2-rc2.1lab-centos5-${bits} \
            -B vserver"
        run $command
     done