From 9f74aa32347fb8cf3f8b9f6ded2d608c53e0cc52 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 4 Jan 2017 03:41:47 +0000 Subject: reproducible Debian: link to PTS as rmadison doesn't always suffice. Signed-off-by: Holger Levsen --- bin/reproducible_notes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py index 8b81781a..9b449425 100755 --- a/bin/reproducible_notes.py +++ b/bin/reproducible_notes.py @@ -55,8 +55,9 @@ def load_notes(): 'package with the name ' + pkg) try: irc_msg("There is problem with the note for {} (it may " - "have been removed from the archive). Please check {}". - format(pkg, os.environ['BUILD_URL'])) + "have been removed from the archive). Please check {} and {}". + format(pkg, os.environ['BUILD_URL'], + "https://tracker.debian.org/pkg/" + pkg)) except KeyError: log.error('There is a problem with the note for %s - please ' 'check.', pkg) -- cgit v1.2.3-54-g00ecf