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 b3f4c536..61862f37 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -80,7 +80,8 @@ class GbpOptionParser(OptionParser):
'arch' : '',
'interactive' : 'True',
'color' : 'auto',
- 'customizations' : ''
+ 'customizations' : '',
+ 'spawn-editor' : 'release',
}
help = {
'debian-branch':
@@ -131,6 +132,8 @@ class GbpOptionParser(OptionParser):
"Run command interactive, default is '%(interactive)s'",
'color':
"color output, default is '%(color)s'",
+ 'spawn-editor':
+ "Wether to spawn an editor after adding the changelog entry, default is '%(spawn-editor)s'",
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),