aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-06-20 09:15:27 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-06-20 09:15:27 +0200
commit26c0310d023fc051583b703bb3f08409b409b4c9 (patch)
tree5d84e44f5e8b1572ff9039d040acced801f391e6 /gbp
parente6ce2dff1e41477cc7311fa1de83bb10c57467d1 (diff)
make no-dch configurable via gbp.conf
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 8f672e92..b9948aca 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -42,6 +42,7 @@ class GbpOptionParser(OptionParser):
'ignore-new' : 'False',
'meta' : 'False',
'id-length' : '0',
+ 'no-dch' : 'False',
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),