summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-08 19:48:24 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-10 13:15:12 +0100
commit8328c326f1fd40ecf9d6404faaee8658ec37f201 (patch)
treeee1bbecbd455373740b901dfb50228546c504249 /gbp/config.py
parentd316e22a64bee277efdc21b353294b262eb22c23 (diff)
Allow to specify the upstream tree via --upstream-tree
without the indirection to --upstream-branch.
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 78c88ca..030f116 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -72,7 +72,7 @@ class GbpOptionParser(OptionParser):
'cleaner' : 'debuild -d clean',
'debian-branch' : 'master',
'upstream-branch' : 'upstream',
- 'upstream-tree' : 'tag',
+ 'upstream-tree' : 'TAG',
'pristine-tar' : 'False',
'filter-pristine-tar' : 'False',
'sign-tags' : 'False',