Makefile: do not push version tag to origin on build
authorKonstantin Stepanov <kstep@p-nut.info>
Fri, 24 Dec 2010 14:42:00 +0000 (16:42 +0200)
committerKonstantin Stepanov <kstep@p-nut.info>
Sat, 25 Dec 2010 18:25:31 +0000 (20:25 +0200)
Makefile

index 9e3cdc4..dcea973 100644 (file)
--- 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: