summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
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 11f25e8a..78368a4e 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -489,6 +489,7 @@ class GbpOptionParserRpm(GbpOptionParser):
'patch-export-ignore-regex' : '^GBP: patch-export-ignore',
'patch-export-compress' : '0',
'pristine-tarball-name' : 'auto',
+ 'orig-prefix' : 'auto',
} )
help = dict(GbpOptionParser.help)
@@ -513,6 +514,8 @@ class GbpOptionParserRpm(GbpOptionParser):
"Compress (auto-generated) patches larger than given number of bytes, 0 never compresses, default is '%(patch-export-compress)s'",
'pristine-tarball-name':
"Filename to record to pristine-tar, set to 'auto' to not mangle the file name, default is '%(pristine-tarball-name)s'",
+ 'orig-prefix':
+ "Prefix (dir) to be used when generating/importing tarballs, default is '%(orig-prefix)s'",
} )
# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: