summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-08-28 09:48:58 -0400
committerJeremy Katz <katzj@redhat.com>2008-08-28 09:48:58 -0400
commitfd2e27381ad5d9c0209c0212c3976e5df446c3a2 (patch)
treee7bedf28f1255b0fe033e7b516d98db7c0eeb95a /Makefile
parentf65accab5dce4aca0840b6de79eae2b03a9dd65c (diff)
downloadanaconda-fd2e27381ad5d9c0209c0212c3976e5df446c3a2.tar.gz
anaconda-fd2e27381ad5d9c0209c0212c3976e5df446c3a2.tar.xz
anaconda-fd2e27381ad5d9c0209c0212c3976e5df446c3a2.zip
Use signed git tags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b289a2576..cad490a23 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ install:
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
tag:
- @git tag -a -m "Tag as anaconda-$(VERSION)-$(RELEASE)" anaconda-$(VERSION)-$(RELEASE)
+ @git tag -s -a -m "Tag as anaconda-$(VERSION)-$(RELEASE)" anaconda-$(VERSION)-$(RELEASE)
@echo "Tagged as anaconda-$(VERSION)-$(RELEASE)"
ChangeLog: