aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-01-22 19:06:22 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-01-22 19:06:22 +0100
commit55664883c7d0a6f42a672eca947c908cfae971e1 (patch)
treedc454a172d3577169b650ead66f1339b466cdeaf /gbp.conf
parent1d82e52b4c768006b8ad7759a1c23f2af69c189d (diff)
add --git-posttag to git-buildpackage
for easy push after a sucessful build
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index 02357fac..98d8aa54 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -15,6 +15,8 @@
#sign-tags = True
# Keyid to GPG sign tags with
#keyid = 0xdeadbeef
+# Push to a remote repository after a successful tag:
+#posttag = git-push git.example.com
# Special options for git-import-orig
[git-import-orig]