diff options
author | Bdale Garbee <bdale@gag.com> | 2009-10-12 16:56:50 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-10-12 16:56:50 -0600 |
commit | 513328ac5f7c25f9ee144ab6befbea60d69eed1a (patch) | |
tree | 182fe91838d01aeeec58a0c00a1bf58a3bc1f492 | |
parent | 67bf7d388a6dd2dbf65575bf4f0423ad355b4f2f (diff) |
automate push of updated and tagged master branch during debian/rules prebuild
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 384bacf6..f306f1df 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ prebuild: git commit ChangeLog debian/changelog \ -m "update changelogs for Debian build" git tag debian/$(DEB_VERSION) + git push --tags master configure: configure-stamp configure-stamp: |