revisited for centos: redone full version, not tested, on onelabx{32,64}
[infrastructure.git] / scripts / all-builds.sh
1 #!/bin/bash
2 # this script is managed under subversion at 
3 # http://svn.one-lab.org/infrastructure/scripts/all-builds.sh
4 # it is triggered every night at 0:05 french time on build.one-lab.org aka blitz.inria.fr
5 /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -B -f f8      -p linux64 -d planetlab 
6
7 # centos : do both archs, full version not tested, on onelab
8 for bits in 32 64; do
9     /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -B -f centos5 -p linux${bits} -d onelab -b @DATE@--c51lab-full-${bits}
10     done
11
12 for d in planetlab onelab; do
13     for f in f7 f8; do 
14         /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org    -f $f      -p linux32 -d $d 
15     done
16 done