From f350a8a7938d3e66914ee00364684164051c01b2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Jun 2017 21:06:33 +0200 Subject: reproducible Debian: reword, drop 'caused by' Signed-off-by: Holger Levsen --- 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 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 += '

Breakage caused by jenkins.debian.net

' + html += '

Breakage on jenkins.debian.net

' 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 += '

Breakage caused by diffscope

' + html += '

Breakage involving diffscope

' 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 (' -- cgit v1.2.3-54-g00ecf