build 4.2
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 31 Mar 2008 09:14:30 +0000 (09:14 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 31 Mar 2008 09:14:30 +0000 (09:14 +0000)
scripts/all-builds.sh

index 2d6c872..0301e8a 100755 (executable)
@@ -2,15 +2,26 @@
 # this script is managed under subversion at 
 # http://svn.one-lab.org/infrastructure/scripts/all-builds.sh
 # it is triggered every night at 0:05 french time on build.one-lab.org aka blitz.inria.fr
-/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -B -f f8      -p linux32 -d onelab 
-
-# centos : do both archs, full version not tested, on onelab
-for bits in 32 64; do
-    /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -B -f centos5 -p linux${bits} -d onelab -b @DATE@--c51lab-full-${bits}
+for d in onelab planetlab ; do
+    for f in f8 centos; do 
+       for bits in 32 64; do
+           p=linux${bits}
+           /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
+               -f $f -p $p -d $d \
+               -t ${d}-tags-4.2.mk \
+               -b @DATE@-4.2--${d}-${f}-${bits} 
+       done
     done
+done
 
-for d in planetlab onelab; do
-    for f in f7 f8; do 
-       /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org    -f $f      -p linux64 -d $d 
+# centos : for both archs, make the vserver rpms
+for d in onelab ; do
+    for bits in 32 64; do
+       p=linux${bits}
+       /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
+           -f centos5 -p $p -d onelab \
+           -t ${d}-tags-4.2.mk \
+           -b @DATE@-4.2--${d}-c5vs${bits} \
+           -B vserver 
     done
 done