Push git tags as well as content
authorNigel Metheringham <nigel@exim.org>
Tue, 27 May 2014 08:24:24 +0000 (09:24 +0100)
committerNigel Metheringham <nigel@exim.org>
Tue, 27 May 2014 08:24:24 +0000 (09:24 +0100)
bin/daily_git_commit_mail.sh

index 6d4f6a46c9cd80c99464371b6af457cf0c5c408c..8ffe64d2b83facc621fe7d33a68d9a2ddeb1373a 100755 (executable)
@@ -19,7 +19,7 @@ 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 github 2>&1 | fgrep -v 'Everything up-to-date'
+git push --all --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