summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2015-03-16 19:11:09 +0100
committerGuido Günther <agx@sigxcpu.org>2015-03-16 19:18:44 +0100
commit83c5cc5a8556527863ffd0972244e33869d47f4b (patch)
tree9e1bcddf66c2e9aa80c213257b5655521dea8288 /gbp/config.py
parente4f767f7c9a2c4a2f01d0345820bf7b500a1f834 (diff)
Allow to set upstream-vcs-tag via gbp.conf
Also pass it through version_to_tag so upstream-vcs-tag = libgpg-error-%(version)s properly expands the version replacement. Closes: #780602
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 dd8905d..9f8e7fc 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -160,6 +160,7 @@ class GbpOptionParser(OptionParser):
'purge': 'True',
'drop': 'False',
'commit': 'False',
+ 'upstream-vcs-tag': '',
}
help = {
'debian-branch':