aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-12-28 23:55:12 +0100
committerGuido Guenther <agx@sigxcpu.org>2008-12-28 23:55:12 +0100
commite806326c1138f2a6b4b32eb9dc5c0125396fcd7a (patch)
tree3b0e5fe95efc7219bcfe95715522f96eecc02a73 /gbp
parent1cce0b50074dd825e7a2d93675d9e4e0ea48f558 (diff)
add --no-sign-tags
Closes: #508889
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 8814cd7d..cb524df8 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -58,6 +58,8 @@ class GbpOptionParser(OptionParser):
"format string for upstream tags, default is '%(upstream-tag)s'",
'sign-tags':
"sign tags, default is '%(sign-tags)s'",
+ 'no-sign-tags':
+ "negates sign-tags",
'keyid':
"GPG keyid to sign tags with, default is '%(keyid)s'",
'pristine-tar':