summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_notes.py
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2017-01-04 03:41:47 +0000
committerHolger Levsen <holger@layer-acht.org>2017-01-22 14:08:24 +0100
commit9f74aa32347fb8cf3f8b9f6ded2d608c53e0cc52 (patch)
treedd50b9d6548f0a3062889d9511f851e39af63d44 /bin/reproducible_notes.py
parent970e0686c6b757803102ba96a51c6970427cf1d2 (diff)
downloadjenkins.debian.net-9f74aa32347fb8cf3f8b9f6ded2d608c53e0cc52.tar.xz
reproducible Debian: link to PTS as rmadison doesn't always suffice.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_notes.py')
-rwxr-xr-xbin/reproducible_notes.py5
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)