]> git.ozlabs.org Git - next-scripts/blobdiff - merge_akpm
check_commits: speed up somewhat and produce usable output
[next-scripts] / merge_akpm
index 06661f9a9af8569ed6b152d95759577d3f85e876..ca55e9fd871202ebf873ae55500de75db6010dfa 100755 (executable)
@@ -68,7 +68,7 @@ $no_build ||
                echo git push failed 1>&2
                bash -i || exit
        }
-       "$bin_dir/do_build" || {
+       "$bin_dir/do_build" akpm-current || {
                echo Build failed 1>&2
                bash -i || exit
        }
@@ -128,7 +128,7 @@ $no_build ||
                echo git push failed 1>&2
                bash -i || exit
        }
-       "$bin_dir/do_build" || {
+       "$bin_dir/do_build" akpm || {
                echo Build failed 1>&2
                bash -i || exit
        }