aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-08-15 12:33:48 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-08-15 14:28:21 +0200
commitd1ea39df0e937416bcdbe34f86b98a87716541ca (patch)
tree29052b15225b2d8eb9e95dbfd189e7f631418d6b /gbp
parentd9ea64bd6dfec7750546c6515c477316be9efeaa (diff)
allow setting the bug-closing meta tag to look for
this way we can generate bug-closing entries for different BTSs such as Debian or Launchpad.
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index b4d7d2e8..c915c99c 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -41,6 +41,7 @@ class GbpOptionParser(OptionParser):
'tarball-dir' : '',
'ignore-new' : 'False',
'meta' : 'False',
+ 'meta-closes' : 'Closes|LP',
'id-length' : '0',
'no-dch' : 'False',
}