]> git.ozlabs.org Git - next-scripts/commitdiff
abat: add patch for new versioning
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Feb 2010 00:19:36 +0000 (11:19 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Feb 2010 00:19:36 +0000 (11:19 +1100)
make_abat_scripts

index e533cf3a1ac1d13739548e5866b676e6b6f6da61..e37060cc4909993d2f34dbb62446a137f090f4da 100755 (executable)
@@ -11,8 +11,9 @@ do
 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));