[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: be more specific about problems
Holger Levsen
holger at layer-acht.org
Wed Jan 11 01:46:37 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 1f34148c82ec4cb49c1af8e89a74f011ca59554d
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jan 11 02:46:30 2017 +0100
reproducible Debian: be more specific about problems
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_breakages.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 4a2158c..4da0ba3 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -311,7 +311,9 @@ def gen_html():
'timeout:', bad_dbd)
# TODO: graph this
html += str(len(sources_without_dbd))
- html += ' source packages on which diffoscope ran into a timeout or crashed.'
+ html += ' source packages on which diffoscope ran into a timeout ('
+ html += str(len(without_dbd) + ') or crashed ('
+ html += str(len(bad_dbd) + ').'
html += '<br/> <a href="https://tests.reproducible-builds.org/debian/artifacts/">Artifacts diffoscope crashed</a> on are available for 48h for download.'
# pbuilder-satisfydepends failed
html += _gen_packages_html('failed to satisfy their build-dependencies:',
--
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