diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-08 07:38:48 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-08 07:38:48 -0600 |
commit | 3cad81b0ebb52352c66643a2587e94a2b693a2d2 (patch) | |
tree | b1006c21fc09e5582299bdcc4ef4c254a5d5c68a | |
parent | ebaad64525119c0fdacf382adc2c99e5df5be23f (diff) |
stop doing automatic tag push during builds
-rwxr-xr-x | debian/rules | 2 |
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: |