From: Konstantin Stepanov Date: Fri, 24 Dec 2010 14:42:00 +0000 (+0200) Subject: Makefile: do not push version tag to origin on build X-Git-Tag: v1.5.2~3 X-Git-Url: https://vcs.maemo.org/git/?p=dbuscron;a=commitdiff_plain;h=7d80bc93210a44ef322cd63d26f64b5d9306a6e0 Makefile: do not push version tag to origin on build --- 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: