back to nightlies & change order for next time
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 3 Jul 2008 19:48:03 +0000 (19:48 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 3 Jul 2008 19:48:03 +0000 (19:48 +0000)
scripts/all-builds.sh

index e9b20c5..5b0b28d 100755 (executable)
@@ -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