[gnus git] branch master updated: n0-12-18-g7e5880b
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 7e5880b048591481e1c992c5434e7a0a4df1576f (commit)
from 3919cdd54846dd534dec869cb6c97362b1982652 (commit)
- Log -----------------------------------------------------------------
commit 7e5880b048591481e1c992c5434e7a0a4df1576f
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 21 16:19:47 2011 -0800
Push after final change.
diff --git a/makepub b/makepub
index 0f25629..15fd9c3 100755
--- a/makepub
+++ b/makepub
@@ -39,8 +39,7 @@ tversion=`echo $next_version | sed 's/[.]/-/g'`
git tag -a "$initial$tversion" -m "$name v$next_version is released"
-git push
-git push tag "$initial$tversion"
+git push && git push tag "$initial$tversion"
# Increase the number, yet again, to start the next development cycle.
@@ -59,3 +58,4 @@ sed "s/defconst gnus-version-number \"$version\"/defconst gnus-version-number \"
mv g.el.tmp lisp/gnus.el
git commit -a -m "$name v$next_version is begun"
+git push
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
makepub | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project