[gobject-introspection] Create signed tags instead of lightweight ones



commit 0d5d6300326bfc0c4f1b21a1244ada24f748747f
Author: Johan Dahlin <johan gnome org>
Date:   Mon Jun 22 16:37:47 2009 -0300

    Create signed tags instead of lightweight ones

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4bb0e24..23ae788 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ EXTRA_DIST = 			\
 release-tag:
 	@TAG=`echo $(VERSION)|sed s/\\\./_/g`;\
 	  echo "* Tagging $(VERSION)"; \
-          git tag -m "Tag $$VERSION" -a \
+          git tag -s -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]