aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2010-12-08 10:26:31 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-09 19:13:29 +0100
commitd12a32f732575c52552e9e5c99905d2c15621dd9 (patch)
tree681a890753624365ab53bff1ab240c9c5931d008 /gbp
parent5ace5ebf51be914a67c63d29e56b28390c480a68 (diff)
Add --multimaint support to git-dch
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index ff75a19f..b3f4c536 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -73,7 +73,8 @@ class GbpOptionParser(OptionParser):
'compression' : 'auto',
'compression-level': '9',
'remote-url-pattern' : 'ssh://alioth.debian.org/git/collab-maint/%(pkg)s.git',
- 'multimaint-merge' : 'False',
+ 'multimaint' : 'True',
+ 'multimaint-merge': 'False',
'pbuilder' : 'False',
'dist' : 'sid',
'arch' : '',
@@ -116,6 +117,8 @@ class GbpOptionParser(OptionParser):
"extract orig tarball when using export-dir option, default is '%(overlay)s'",
'remote-url-pattern':
"Remote url pattern to create the repo at, default is '%(remote-url-pattern)s'",
+ 'multimaint':
+ "Note multiple maintainers, default is '%(multimaint)s'",
'multimaint-merge':
"Merge commits by maintainer, default is '%(multimaint-merge)s'",
'pbuilder':