[gobject-introspection] dist: Don't use gpg for tags by default
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] dist: Don't use gpg for tags by default
- Date: Wed, 6 Oct 2010 21:01:23 +0000 (UTC)
commit 829633992db2bd11a781b12fa0040a3ac1d19f43
Author: Colin Walters <walters verbum org>
Date: Wed Oct 6 16:42:14 2010 -0400
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.
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1263fc7..88a8ecc 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]