[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: clarify math used

Holger Levsen holger at layer-acht.org
Thu Feb 9 17:47:55 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 7c089ba0ce4a936e29d8b5ee170982937dec20f9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Feb 9 18:47:50 2017 +0100

    reproducible Debian: clarify math used
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_breakages.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 8c04ea9..5d64c4b 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -369,9 +369,9 @@ def gen_html():
     html += '<h2>Breakage caused by diffscope</h2>'
     without_dbd, bad_dbd, sources_without_dbd = unrep_with_dbd_issues()
     html += str(len(sources_without_dbd))
-    html += ' source packages on which diffoscope ran into a timeout ('
+    html += ' source packages on which diffoscope ran into timeouts ('
     html += str(count_pkgs(bad_dbd)) + ') or crashed ('
-    html += str(count_pkgs(without_dbd)) + ').'
+    html += str(count_pkgs(without_dbd)) + ') or sometimes both.'
     # gather stats and add graph
     update_stats_breakages(count_pkgs(bad_dbd), count_pkgs(without_dbd))
     png_file = 'stats_breakages.png'

-- 
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