aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index d8b22213..10e1a5b9 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -59,7 +59,8 @@ class GbpOptionParser(OptionParser):
'ignore-regex' : '',
'compression' : 'auto',
'compression-level': '9',
- 'remote-url-pattern' : 'ssh://alioth.debian.org/git/collab-maint/%(pkg)s.git'
+ 'remote-url-pattern' : 'ssh://alioth.debian.org/git/collab-maint/%(pkg)s.git',
+ 'multimaint-merge' : 'False',
}
help = {
'debian-branch':
@@ -96,6 +97,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-merge':
+ "Merge commits by maintainer, default is '%(multimaint-merge)s'",
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),