From 8da9726c2a3a2eca1e70e51f9e750b815677cb25 Mon Sep 17 00:00:00 2001 From: thierry Date: Thu, 27 Mar 2008 12:15:15 +0000 Subject: [PATCH] test the 64bits and not the 32bits --- scripts/all-builds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.0