[yum-cvs] yum-utils: Makefile
Tim Lauridsen
timlau at linux.duke.edu
Tue Jul 24 10:44:34 UTC 2007
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit cfbc1f14ffbc99eee1d6ca9a63fd44aa33e1b781
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Tue Jul 24 12:43:44 2007 +0200
Fixed git tagging & pushing to work right
diff --git a/Makefile b/Makefile
index 1048999..cb9c9da 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,8 @@ release:
@git commit -a -m "bumped yum-utils version to $(VERSION)"
@$(MAKE) ChangeLog
@git commit -a -m "updated ChangeLog"
- @git tag ${PKGNAME}-$(VERSION)
- @git push
+ @git tag -a ${PKGNAME}-$(VERSION) -m "Tagged ${PKGNAME}-$(VERSION)"
+ @git push --tags
@$(MAKE) upload
upload: archive srpm
More information about the Yum-cvs-commits
mailing list