From 476104d496a962b620a6b13a14c615e67dcfcfeb Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 27 Feb 2009 18:31:51 -0500 Subject: [PATCH] Updated git-push-all.sh for sourceforge.net git repo Also removed the merged opensync-0.4x branch --- git-push-all.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/git-push-all.sh b/git-push-all.sh index b830002e..d0b3e851 100755 --- a/git-push-all.sh +++ b/git-push-all.sh @@ -13,12 +13,15 @@ read # Note: This push only updates non-CVS branches, and master. # To push other CVS branches, do it manually, with git-patch-cvs.sh -git push --tags origin master scripts pristine-tar opensync-0.4x +git push --tags origin master scripts pristine-tar - -echo "Press enter when ready for git push to repo.or.cz..." +echo "Press enter when ready for git push sourceforge.net..." read +git push sourceforge.net master scripts pristine-tar + +echo "Press enter when ready for git push repo.or.cz..." +read # # Now update repo.or.cz. We can be more liberal here, since repo.or.cz # _should_ contain everything that can be considered public. @@ -30,8 +33,9 @@ read # #git push --all repo.or.cz #git push --tags repo.or.cz master i18n -git push repo.or.cz master scripts pristine-tar opensync-0.4x +git push repo.or.cz master scripts pristine-tar -echo "================= NOTE: if you want to push a tag, do it manually!" +echo "================= NOTE: if you want to push a tag, do it manually" +echo "================= for both repo.or.cz and sourceforge.net!" echo "Example: git push repo.or.cz barry-0.13" -- 2.11.4.GIT