From 8328c326f1fd40ecf9d6404faaee8658ec37f201 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 8 Jan 2012 19:48:24 +0100 Subject: Allow to specify the upstream tree via --upstream-tree without the indirection to --upstream-branch. --- gbp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp/config.py') 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', -- cgit v1.2.3