From: thierry Date: Thu, 18 Sep 2008 20:24:31 +0000 (+0000) Subject: fixed X-Git-Tag: foo~279 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=822f3e42efed229d06bc338c29b917ff64f6671c;p=infrastructure.git fixed --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 1f012e8..33bdb0f 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -58,10 +58,10 @@ while [[ -n "$@" ]] ; do done DEFAULT_FCDISTROS="f8" -DEFAULT_BITS="32 64" DEFAULT_BASE="@DATE@" function trunk_builds () { + DEFAULT_BITS="32" DEFAULT_MAJOR_DISTROS="" DEFAULT_VS_DISTROS="" # 5.0 ready for planetlab distro only so far @@ -71,6 +71,7 @@ function trunk_builds () { } function branch_builds () { + DEFAULT_BITS="32 64" DEFAULT_MAJOR_DISTROS="onelab planetlab" DEFAULT_VS_DISTROS="" DEFAULT_BITS="32" @@ -79,6 +80,7 @@ function branch_builds () { } function tagged_builds () { + DEFAULT_BITS="32 64" DEFAULT_MAJOR_DISTROS="onelab planetlab" DEFAULT_VS_DISTROS="onelab" DEFAULT_TRUNK_DISTROS="" @@ -174,7 +176,7 @@ for f in $TRUNK_FCDISTROS; do buildname="${BASE}--tr${f}-${bits}" command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \ -d planetlab -p linux32 -f $f -b $buildopt $extra_option" - run $ocmmand + run $command done done ##############################