From a9f6a8c54f87dfc2d107fd69bdaac81c185bcb03 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 16 Nov 2017 20:14:53 +0100 Subject: tag: make it more obvious what is being tagged Gbp-Dch: Ignore --- gbp/scripts/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbp/scripts/tag.py b/gbp/scripts/tag.py index 7cc93dab..1b16f2de 100755 --- a/gbp/scripts/tag.py +++ b/gbp/scripts/tag.py @@ -41,7 +41,7 @@ def create_debian_tag(repo, source, commit, options): returns: the created tag """ tag = repo.version_to_tag(options.debian_tag, source.version) - gbp.log.info("Tagging %s as %s" % (source.version, tag)) + gbp.log.info("Tagging Debian package %s as %s in git" % (source.version, tag)) if options.retag and repo.has_tag(tag): repo.delete_tag(tag) tag_msg = format_str(options.debian_tag_msg, -- cgit v1.2.3