[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: reword, drop 'caused by'

Holger Levsen holger at layer-acht.org
Sun Jun 4 19:06:40 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 f350a8a7938d3e66914ee00364684164051c01b2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 4 21:06:33 2017 +0200

    reproducible Debian: reword, drop 'caused by'
    
    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 5d64c4b..632823e 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -340,7 +340,7 @@ def update_stats_breakages(diffoscope_timeouts, diffoscope_crashes):
 def gen_html():
     html = ''
     # files that should not be there (e.g. removed packages without cleanup)
-    html += '<h2>Breakage caused by jenkins.debian.net</h2>'
+    html += '<h2>Breakage on jenkins.debian.net</h2>'
     html += _gen_files_html('log files that should not be there (and which will be deleted once they are older than 24h):',
                          entries=alien_log())
     html += _gen_files_html('diffoscope files that should not be there:',
@@ -366,7 +366,7 @@ def gen_html():
         html += _gen_packages_html('failed to satisfy their build-dependencies:',
                          broken_pkgs)
     # diffoscope troubles
-    html += '<h2>Breakage caused by diffscope</h2>'
+    html += '<h2>Breakage involving 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 timeouts ('

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