summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-08 10:20:57 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-08 10:20:57 +0100
commit582ad34bba037603f92e514d04d81770b80f7b32 (patch)
treed17fff85375efe5d492e16b734da265be94fb600
parente879d4afc438e598d36c434121e786accd9bd452 (diff)
downloadgnutls-582ad34bba037603f92e514d04d81770b80f7b32.tar.gz
Call git-push (git-push --tags doesn't push changes..).
-rw-r--r--Makefile.am5
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/