diff options
-rwxr-xr-x | bin/reproducible_notes.py | 5 |
1 files changed, 3 insertions, 2 deletions
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) |