From: thierry Date: Thu, 27 Mar 2008 12:15:15 +0000 (+0000) Subject: test the 64bits and not the 32bits X-Git-Tag: foo~357 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8da9726c2a3a2eca1e70e51f9e750b815677cb25;p=infrastructure.git test the 64bits and not the 32bits --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index fe9543a..2d6c872 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -2,7 +2,7 @@ # 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 linux64 -d planetlab +/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 @@ -11,6 +11,6 @@ for bits in 32 64; do 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 linux32 -d $d + /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -f $f -p linux64 -d $d done done