aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-05-08 17:53:20 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-05-08 17:53:20 +0200
commitdc1333a7ab68689378b40e8484e7ee3de9eb6926 (patch)
tree772738bad4ca698947cbe49a39d7de726f5af4ee /gbp/config.py
parentebae1a8b091861b6c7367238eca0e069b06a3685 (diff)
make --meta a config file option
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 0c58681b..6abf7117 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -40,6 +40,7 @@ class GbpOptionParser(OptionParser):
'export-dir' : '',
'tarball-dir' : '',
'ignore-new' : 'False',
+ 'meta' : 'False',
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),