From d81e1a63205c919a38497ed030b5f3a3fa04913b Mon Sep 17 00:00:00 2001 From: thierry Date: Thu, 3 Jul 2008 19:48:03 +0000 Subject: [PATCH] back to nightlies & change order for next time --- scripts/all-builds.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0