cluster: STABLE3 - build: fix publishing of tags to git

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Feb 23 08:24:33 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=64956e7506854d530a91aa67b404c8664328aa51
Commit:        64956e7506854d530a91aa67b404c8664328aa51
Parent:        5c55d7d3d16caf313091daa1995a988f4c807a05
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Tue Feb 23 09:23:46 2010 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Tue Feb 23 09:23:46 2010 +0100

build: fix publishing of tags to git

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 make/release.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make/release.mk b/make/release.mk
index 5aae153..f5b1481 100644
--- a/make/release.mk
+++ b/make/release.mk
@@ -190,7 +190,7 @@ publish: sign
 ifeq (,$(release))
 	@echo Nothing to publish
 else
-	@echo git push --tags origin
+	git push --tags origin
 	cd $(releasearea) && \
 	scp *.gz *.bz2 Changelog-* *sha256* \
 		fedorahosted.org:$(project)


More information about the cluster-commits mailing list