[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: link to PTS as rmadison doesn't always suffice.
Holger Levsen
holger at layer-acht.org
Sun Jan 22 13:08:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 9f74aa32347fb8cf3f8b9f6ded2d608c53e0cc52
Author: Daniel Shahaf <danielsh at apache.org>
Date: Wed Jan 4 03:41:47 2017 +0000
reproducible Debian: link to PTS as rmadison doesn't always suffice.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_notes.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 8b81781..9b44942 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list