From 3cad81b0ebb52352c66643a2587e94a2b693a2d2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 8 Aug 2011 07:38:48 -0600 Subject: [PATCH] stop doing automatic tag push during builds --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 83f3a53f..1ea1f68d 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ prebuild: git commit -n ChangeLog debian/changelog \ -m "update changelogs for Debian build" git tag debian/$(DEB_VERSION) - git push --tags origin master +# git push --tags origin master configure: configure-stamp configure-stamp: -- 2.30.2