From: thierry Date: Mon, 31 Mar 2008 09:14:30 +0000 (+0000) Subject: build 4.2 X-Git-Tag: foo~356 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=522c5613ca8a92beac35e07985036a8f9e1ad33b;p=infrastructure.git build 4.2 --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 2d6c872..0301e8a 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -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