summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-16 20:14:53 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-16 20:14:53 +0100
commita9f6a8c54f87dfc2d107fd69bdaac81c185bcb03 (patch)
treea5c675e277f5749ca8e20e4f94e8c06bb669bc32
parent868e8ae1da5123f5e7795d4841580e5a50446542 (diff)
tag: make it more obvious what is being tagged
Gbp-Dch: Ignore
-rwxr-xr-xgbp/scripts/tag.py2
1 files changed, 1 insertions, 1 deletions
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,