aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorChristian Kastner <debian@kvr.at>2010-06-10 18:30:50 +0200
committerGuido Günther <agx@sigxcpu.org>2010-06-19 16:06:03 +0200
commit2173157e8139855242b07605c266f0359a15205f (patch)
tree116896394069972607a6403e70a7a2003604aae5 /gbp/config.py
parent5988e2087615a3eb218cbee7c6eb470b9df9be0c (diff)
Add option --git-force-create to force tarball creation
Closes: #519297
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 d2aa97b4..0c57f3c2 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -32,6 +32,7 @@ class GbpOptionParser(OptionParser):
'pristine-tar' : 'False',
'filter-pristine-tar' : 'False',
'sign-tags' : 'False',
+ 'force-create' : 'False',
'no-create-orig' : 'False',
'keyid' : '',
'posttag' : '',