aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-12-08 16:32:32 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-12-08 16:32:32 +0100
commit9e54f169eae8db3984302171d7772795deac9513 (patch)
tree83b2a252b55f35f57b18ba7c402383aa77e074a1 /gbp.conf
parent960385597d124c0881a5779448beb4c0b6d85c9a (diff)
support signed tagsdebian/0.2.15
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index d7ee6210..e8ed3b14 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -11,6 +11,10 @@
# Special options for git-buildpackage
[git-buildpackage]
#upstream-branch=dfsgclean
+# Uncomment this to automatically sign tags
+#sign-tags = True
+# Keyid to sign tags with
+#keyid = 0xdeadbeef
# Special options for git-import-orig
[git-import-orig]