]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
./all push -s
[xonotic/xonotic.git] / all
diff --git a/all b/all
index e4316a0c8a2d84a92ba3ee6f5f196c0fa1cad81b..0020c6c2351a136cc966bc072654b78ab486de09 100755 (executable)
--- a/all
+++ b/all
@@ -1,4 +1,5 @@
 #!/bin/sh
 #!/bin/sh
+# vim: filetype=zsh
 
 set -e
 
 
 set -e
 
@@ -296,6 +297,7 @@ case "$cmd" in
                done
                ;;
        push|commit)
                done
                ;;
        push|commit)
+               submit=$1
                for d in $repos; do
                        dv=`visible_repo_name "$d"`
                        enter "$d0/$d" verbose
                for d in $repos; do
                        dv=`visible_repo_name "$d"`
                        enter "$d0/$d" verbose
@@ -323,6 +325,13 @@ case "$cmd" in
                                        verbose git push "$rem" HEAD
                                fi
                        fi
                                        verbose git push "$rem" HEAD
                                fi
                        fi
+                       if [ x"$submit" = x"-s" ]; then
+                               case "$r" in
+                                       */*)
+                                               verbose git push "$rem" HEAD:"${r%%/*}/finished/${r#*/}"
+                                               ;;
+                               esac
+                       fi
                        cd "$d0"
                done
                ;;
                        cd "$d0"
                done
                ;;
@@ -439,7 +448,7 @@ case "$cmd" in
                echo "Usage:"
                echo "  $SELF pull"
                echo "  $SELF merge"
                echo "Usage:"
                echo "  $SELF pull"
                echo "  $SELF merge"
-               echo "  $SELF push"
+               echo "  $SELF push [-s]"
                echo "  $SELF branches"
                echo "  $SELF branch [<remote>] <branchname>"
                echo "  $SELF branch <remote> <branchname> <srcbranchname>"
                echo "  $SELF branches"
                echo "  $SELF branch [<remote>] <branchname>"
                echo "  $SELF branch <remote> <branchname> <srcbranchname>"