aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-26 12:13:49 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-26 13:59:51 +0100
commit58978c5248c7410f3f244af4a8dbbd97a5ca25ff (patch)
tree81223f775eab97289d5b955f1690533a5f1d8fb7 /gbp/config.py
parent248b5501ed8a4fc40ae326a634cb7255c487126e (diff)
Add --[no-]-pbuilder-autoconf
to pass GIT_PBUILDER_AUTOCONF=no to git-pbuilder.
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 92ae1ae3..78c88cac 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -124,6 +124,7 @@ class GbpOptionParser(OptionParser):
'create-missing-branches': 'False',
'submodules' : 'False',
'time-machine' : 1,
+ 'pbuilder-autoconf' : 'True',
}
help = {
'debian-branch':
@@ -200,6 +201,8 @@ class GbpOptionParser(OptionParser):
"hook run after a successful import, default is '%(postimport)s'",
'time-machine':
"don't try head commit only to apply the patch queue but look TIME_MACHINE commits back",
+ 'pbuilder-autoconf':
+ "Wheter to configure pbuilder automatically.",
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),