[yum-commits] Branch 'refs/tags/yum-utils-1.1.20' - Makefile
Tim Lauridsen
timlau at osuosl.org
Sun Mar 1 09:15:05 UTC 2009
Rebased ref, commits from common ancestor:
commit a6ed1e0fc25eb7fd9086b332bc9a8405b677d276
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Sun Mar 1 10:15:12 2009 +0100
make a separate release-tag makefile target
diff --git a/Makefile b/Makefile
index 12b5c81..1b7168f 100644
--- a/Makefile
+++ b/Makefile
@@ -46,9 +46,12 @@ release:
@$(MAKE) ChangeLog
@git commit -a -m "updated ChangeLog"
@git push
+ @$(MAKE) release-tag
+ @$(MAKE) upload
+
+release-tag:
@git tag -s -f -m "Tagged ${PKGNAME}-$(VERSION)" ${PKGNAME}-$(VERSION)
@git push --tags origin
- @$(MAKE) upload
test-release:
@git checkout -b release-test
More information about the Yum-commits
mailing list