]> git.ozlabs.org Git - next-scripts/blobdiff - do_merge
change the order of arguments to send_email
[next-scripts] / do_merge
index 2e3cf9ce7072970e1e49323d69a00ea0ddd780b3..ec55df978936098261efb35508a21f6bd13bb067 100755 (executable)
--- a/do_merge
+++ b/do_merge
@@ -56,7 +56,7 @@ fi
 
 heads=$(awk -F '\t' '
        /^#/ { next; }
-       $2=="quilt" || $2=="git" { printf("%s/%s ", $3, $5); }
+       $2=="git" { printf("%s/%s ", $3, $5); }
        $2=="branch" { printf("branch/%s ", $1); }' "$CTRL_FILE")
 
 need_build=false
@@ -74,6 +74,7 @@ for h in $heads; do
 
        if [ "$tree" = "branch" ]; then
                git branch -f "${h#branch/}"
+               linux-next-notify "update branch ${h#branch/}"
                continue
        fi