diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-01-08 10:20:57 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-01-08 10:20:57 +0100 |
commit | 582ad34bba037603f92e514d04d81770b80f7b32 (patch) | |
tree | d17fff85375efe5d492e16b734da265be94fb600 /Makefile.am | |
parent | e879d4afc438e598d36c434121e786accd9bd452 (diff) | |
download | gnutls-582ad34bba037603f92e514d04d81770b80f7b32.tar.gz |
Call git-push (git-push --tags doesn't push changes..).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b07ca9446a..3acf6d00ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software -# Foundation +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, +# 2006, 2007, 2008 Free Software Foundation # # Author: Nikos Mavrogiannopoulos # @@ -51,6 +51,7 @@ release: git commit -m Generated. ChangeLog git-tag -u b565716f! -m $(VERSION) $(tag) git-push --tags + git-push gpg -b $(distdir).tar.bz2 gpg --verify $(distdir).tar.bz2.sig scp $(distdir).tar.bz2{,.sig} igloo.linux.gr:~ftp/pub/gnutls/devel/ |