Slap git a bit harder
authorNigel Metheringham <nigel@exim.org>
Tue, 27 May 2014 09:53:08 +0000 (10:53 +0100)
committerNigel Metheringham <nigel@exim.org>
Tue, 27 May 2014 09:53:08 +0000 (10:53 +0100)
bin/daily_git_commit_mail.sh

index 8ffe64d2b83facc621fe7d33a68d9a2ddeb1373a..b0c0727c105662187f312fefdd75c24a3ed75aa6 100755 (executable)
@@ -19,7 +19,8 @@ export GIT_DIR=/home/git/exim.git
 export GIT_KEY=/home/nm4/.ssh/git_repo_sync
 export GIT_SSH=/home/nm4/bin/gitssh.sh
 git fetch --quiet github
-git push --all --tags github 2>&1 | fgrep -v 'Everything up-to-date'
+git push --all github 2>&1 | fgrep -v 'Everything up-to-date'
+git push --tags github 2>&1 | fgrep -v 'Everything up-to-date'
 export MAILTAG=/home/nm4/.git-mail-exim
 export MLIST=exim-cvs@exim.org
 export GITWEB=http://git.exim.org/exim.git