summaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-08-23 21:30:29 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-08-23 21:30:29 +0200
commit958b30f2193c98bb4959a8b214ff5c9a17ae0025 (patch)
tree47f4d5377e54d2cc840cee1def86ad0bff0ec4d8 /gbp
parent1a168a7883410422f91776117fe1466b1e119eda (diff)
introduce --git-no-create-orig to skip building of any orig.tar.gz
this is especially usefull if you're working on an NMU that has a X-Y version number although it's a Debian native package.
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 7f030fe7..fd0232a5 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -27,6 +27,7 @@ class GbpOptionParser(OptionParser):
'debian-branch' : 'master',
'upstream-branch' : 'upstream',
'sign-tags' : '', # empty means False
+ 'no-create-orig' : '', # empty means False
'keyid' : '',
'posttag' : '',
'debian-tag' : 'debian/%(version)s',