]> git.ozlabs.org Git - next-scripts/commitdiff
be explicit about abat provisioning
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 1 Apr 2009 05:51:15 +0000 (16:51 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 1 Apr 2009 05:51:58 +0000 (16:51 +1100)
don't bother with global abat stuff for now

make_abat_scripts

index d2a99dc038df071905419e33aa9902bea2e3cf34..e533cf3a1ac1d13739548e5866b676e6b6f6da61 100755 (executable)
@@ -9,7 +9,7 @@ for t in "IBM,9124-720 eServer OpenPower 720" "IBM,9110-51A System p5 510" "IBM,
 do
        cat >"../abat/$d-abat.ozlabs.ibm.com-$i" <<EOF
 option title linux-next $d boot test
-class next type="$t"
+class next type="$t" provision:=ubuntu-gutsy-ozlabs
 +\$kernel "master^"
 +\$config http://ozlabs.au.ibm.com/~tony/abat/configs/no_CONFIG_LOCALVERSION_AUTO.config
 build generic git git://fs.ozlabs.ibm.com/home/kernel/linux-next.git \$kernel -c \$config -m -j\$num_cpus
@@ -18,6 +18,8 @@ EOF
        i=$((i + 1));
 done
 
+exit 0
+
 i=1
 for t in 'type="88552RZ"' 'type="IBM eServer BladeCenter LS20 -[885055U]-"' 'type="-[622142U]-"' 'type="PowerMac7,2"' 'machine_name="js22-bup1"'
 do