From 7d80bc93210a44ef322cd63d26f64b5d9306a6e0 Mon Sep 17 00:00:00 2001 From: Konstantin Stepanov Date: Fri, 24 Dec 2010 16:42:00 +0200 Subject: [PATCH] Makefile: do not push version tag to origin on build --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 9e3cdc4..dcea973 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ build: debclean ./genchangelog $(B) git commit -m "changelog updated" ./debian/changelog git tag -f v$(B) - git push -f origin v$(B) $(MAKE) deb tarball: -- 1.7.9.5