swap order
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 16 Dec 2008 17:11:55 +0000 (17:11 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 16 Dec 2008 17:11:55 +0000 (17:11 +0000)
scripts/all-builds.sh

index 8cf88df..949d6f6 100755 (executable)
@@ -169,22 +169,22 @@ fi
 # raw - std planetlab x f8 x 32bits for deploying on alpha nodes
 for bits in $BITS; do
 
-    for d in $TRUNK_DISTROS; do
-       ds=$(shortname $d)
+    for f in $TRUNK_FCDISTROS; do 
+       fs=$(shortname $f)      
        p=linux${bits}
-       f=$FCDISTRO
-       fs=$(shortname $f)
+       d=planetlab
+       ds=$(shortname $d)
        buildname="${BASE}--tr${fs}-${ds}-${bits}"
        command="/root/bin/vbuild-nightly.sh ${MAILTO} ${BUILDOPT} \
         -d $d -p $p -f $f ${base_option} $buildname $extra_option"
        run $command
     done
 
-    for f in $TRUNK_FCDISTROS; do 
-       fs=$(shortname $f)      
-       p=linux${bits}
-       d=planetlab
+    for d in $TRUNK_DISTROS; do
        ds=$(shortname $d)
+       p=linux${bits}
+       f=$FCDISTRO
+       fs=$(shortname $f)
        buildname="${BASE}--tr${fs}-${ds}-${bits}"
        command="/root/bin/vbuild-nightly.sh ${MAILTO} ${BUILDOPT} \
         -d $d -p $p -f $f ${base_option} $buildname $extra_option"