diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-04 21:06:33 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-04 21:06:33 +0200 |
commit | f350a8a7938d3e66914ee00364684164051c01b2 (patch) | |
tree | 8edb2c6f6b60dd876e82a71be2b804d3af50b2c7 | |
parent | 7c5814f22a0dc6c93f50b17b25e571493e587f0a (diff) | |
download | jenkins.debian.net-f350a8a7938d3e66914ee00364684164051c01b2.tar.xz |
reproducible Debian: reword, drop 'caused by'
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_breakages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 5d64c4bb..632823e7 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 (' |