summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-10-06 16:42:14 -0400
committerColin Walters <walters@verbum.org>2010-10-06 16:42:14 -0400
commit829633992db2bd11a781b12fa0040a3ac1d19f43 (patch)
tree43d31fca660b2edea4ed09703c1d8882483935ad
parent7dc431f1bf4c0a5912f10240f4908c7b77d04316 (diff)
downloadgobject-introspection-829633992db2bd11a781b12fa0040a3ac1d19f43.tar.gz
dist: Don't use gpg for tags by default
I don't have a GPG key setup anymore, not interested in the archaeology to find it right now.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1263fc78..88a8ecc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST = \
release-tag:
@TAG=`echo $(VERSION)|sed s/\\\./_/g`;\
echo "* Tagging $(VERSION)"; \
- git tag -s -m "Tag $$VERSION" -a \
+ git tag -m "Tag $$VERSION" -a \
GOBJECT_INTROSPECTION_$$TAG && \
git push --tags ssh://git.gnome.org/git/gobject-introspection