From 82c3ae0b6e0280ef7946eb0cc7efd3c69d182e78 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 21 Feb 2015 16:15:33 +0100 Subject: Improve error message --- examples/gbp-posttag-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push index a178e04..483b814 100755 --- a/examples/gbp-posttag-push +++ b/examples/gbp-posttag-push @@ -128,7 +128,7 @@ def main(argv): upstream_sha1 = repo.rev_parse("%s^{}" % upstream_tag) if not repo.verify_tag(env.tag): - print("Not pushing unsigned tag $GBP_TAG.", file=sys.stderr) + print("Not pushing nonexistent or unsigned tag '%s'." % env.tag, file=sys.stderr) return 0 for dest in dests: -- cgit v1.2.3