From: thierry Date: Thu, 3 Jul 2008 19:48:03 +0000 (+0000) Subject: back to nightlies & change order for next time X-Git-Tag: foo~288 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d81e1a63205c919a38497ed030b5f3a3fa04913b;p=infrastructure.git back to nightlies & change order for next time --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index e9b20c5..5b0b28d 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -18,7 +18,7 @@ function usage () { # comment off for usual dailies MAJOR=4.2 -MINOR=rc17 +#MINOR=rc17 while [[ -n "$@" ]] ; do case "$1" in @@ -87,9 +87,9 @@ function shortname () { } ############################## ${MAJOR} -for d in $MAJOR_DISTROS ; do +for bits in $BITS; do for f in $FCDISTROS ; do - for bits in $BITS; do + for d in $MAJOR_DISTROS ; do p=linux${bits} s=$(shortname $d) if [ -z "$MINOR" ] ; then