option title linux-next $d boot test
class next type="$t" provision:=ubuntu-gutsy-ozlabs
+\$kernel "master^"
++\$patch http://fs.ozlabs.ibm.com/~sfr/ABAT-fix.patch
+\$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
+build generic git git://fs.ozlabs.ibm.com/home/kernel/linux-next.git \$kernel -p \$patch -c \$config -m -j\$num_cpus
boot initcall_debug
EOF
i=$((i + 1));