From 0b1fc0d602d75da30748bbc979fed48aab805503 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 14 Jun 2014 11:55:17 +0200 Subject: buildpackage: Also print tag name when tagging the Debian release Based on a patch by Kamal Mostafa --- gbp/scripts/buildpackage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp/scripts') diff --git a/gbp/scripts/buildpackage.py b/gbp/scripts/buildpackage.py index 54e66bd..0ef6e9c 100755 --- a/gbp/scripts/buildpackage.py +++ b/gbp/scripts/buildpackage.py @@ -597,8 +597,8 @@ def main(argv): extra_env={'GBP_CHANGES_FILE': changes, 'GBP_BUILD_DIR': build_dir})() if options.tag or options.tag_only: - gbp.log.info("Tagging %s" % source.changelog.version) tag = repo.version_to_tag(options.debian_tag, source.changelog.version) + gbp.log.info("Tagging %s as %s" % (source.changelog.version, tag)) if options.retag and repo.has_tag(tag): repo.delete_tag(tag) repo.create_tag(name=tag, -- cgit v1.2.3