don't bother with global abat stuff for now
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
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