]> git.ozlabs.org Git - next-scripts/blobdiff - merge_akpm
check_commits: speed up somewhat and produce usable output
[next-scripts] / merge_akpm
index f3181dd0b6d1b87452de8a0480adc6eb63c27fb5..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
        }
@@ -90,6 +90,7 @@ execute git rebase --onto master remotes/origin/akpm/master-base || {
 }
 echo "fix up?"
 notify-send "Waiting for akpm fix up"
+pushover "Waiting for akpm fix up"
 bash -i
 log '$' cd $cpwd
 cd $cpwd
@@ -127,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
        }