]> git.ozlabs.org Git - next-scripts/blobdiff - merge_akpm
check_fixes: cope with unicode quotation marks
[next-scripts] / merge_akpm
index 06661f9a9af8569ed6b152d95759577d3f85e876..0c3684d74887a3e0ceb347faa0963755c3a9f424 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
        }
@@ -89,8 +89,7 @@ execute git rebase --onto master remotes/origin/akpm/master-base || {
        bash -i || exit
 }
 echo "fix up?"
-notify-send "Waiting for akpm fix up"
-pushover "Waiting for akpm fix up"
+linux-next-notify "Waiting for akpm fix up"
 bash -i
 log '$' cd $cpwd
 cd $cpwd
@@ -128,7 +127,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
        }