[yum-git] Makefile
Tim Lauridsen
timlau at linux.duke.edu
Thu Aug 28 10:09:02 UTC 2008
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6a5aff21f1c82daa6b17ea21e08e1a64751b676c
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Thu Aug 28 12:08:40 2008 +0200
make a gpg signed tag when using 'make release'
diff --git a/Makefile b/Makefile
index e4731d6..a524bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ release:
@$(MAKE) ChangeLog
@git commit -a -m "updated ChangeLog"
@git push
- @git tag -a -f -m "Tagged ${PKGNAME}-$(VERSION)" ${PKGNAME}-$(VERSION)
+ @git tag -s -f -m "Tagged ${PKGNAME}-$(VERSION)" ${PKGNAME}-$(VERSION)
@git push --tags origin
@$(MAKE) upload
More information about the Yum-cvs-commits
mailing list