summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-06 10:22:31 +0300
committerGuido Günther <agx@sigxcpu.org>2014-12-05 15:51:56 +0100
commit01470e125483d48d3257148ef96f73ad8ed43469 (patch)
tree30f01b662203fa0a71ccd05a6aafddb450f8508c /gbp/config.py
parent76739f8000d0d1b66ace201e105e3c3c2cd6357f (diff)
gbp-dch: fix handling of the '--meta' option
Make it effective again - previously it was totally ignored. Also, change it's default value to True to match the current behavior. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 174eba4..63c11cb 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -119,7 +119,7 @@ class GbpOptionParser(OptionParser):
'tarball-dir' : '',
'ignore-new' : 'False',
'ignore-branch' : 'False',
- 'meta' : 'False',
+ 'meta' : 'True',
'meta-closes' : 'Closes|LP',
'full' : 'False',
'id-length' : '0',