summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-08-08 07:38:48 -0600
committerBdale Garbee <bdale@gag.com>2011-08-08 07:38:48 -0600
commit3cad81b0ebb52352c66643a2587e94a2b693a2d2 (patch)
treeb1006c21fc09e5582299bdcc4ef4c254a5d5c68a
parentebaad64525119c0fdacf382adc2c99e5df5be23f (diff)
stop doing automatic tag push during builds
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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: