From b86ddcc55d2df1f2fb212924dc26d81e20e2db40 Mon Sep 17 00:00:00 2001 From: أحمد المحمودي Date: Wed, 29 Jul 2009 15:19:26 +0200 Subject: add --git-overlay option Closes: #411206 --- gbp/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gbp') diff --git a/gbp/config.py b/gbp/config.py index 0ffcc327..9aec3957 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -43,6 +43,7 @@ class GbpOptionParser(OptionParser): 'git-log' : '--no-merges', 'export' : 'HEAD', 'export-dir' : '', + 'overlay' : 'False', 'tarball-dir' : '', 'ignore-new' : 'False', 'meta' : 'False', @@ -79,6 +80,8 @@ class GbpOptionParser(OptionParser): "parse meta tags in commit messages, default is '%(meta)s'", 'ignore-new': "build with uncommited changes in the source tree, default is '%(ignore-new)s'", + 'overlay': + "extract orig tarball when using export-dir option, default is '%(overlay)s'", } config_files = [ '/etc/git-buildpackage/gbp.conf', os.path.expanduser('~/.gbp.conf'), -- cgit v1.2.3