From 05e27dd6599bd3f7869d48dd16f39426dfe1f0bc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 7 Jan 2016 12:03:45 +0100 Subject: reproducible: improve breakage description --- bin/reproducible_html_breakages.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_html_breakages.py') diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 6cb171c4..12c9de3d 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -315,8 +315,9 @@ if __name__ == '__main__': bugs = get_bugs() html = '

This page lists unexpected things a human should look at and ' html += 'fix, like packages with an incoherent status or files that ' - html += 'should not be there. Be warned that quite some of these breakages ' - html += 'are due to bugs in diffoscope.' + html += 'should not be there. Some of these breakages are caused by ' + html += 'bugs in diffoscope ' + html += 'while others are probably due to bugs in the scripts run by jenkins. ' html += 'Please help making this page empty!

\n' breakages = gen_html() if breakages: @@ -324,7 +325,7 @@ if __name__ == '__main__': else: html += '

COOL!!! Everything is GOOD and not a single issue was ' html += 'detected. Enjoy!

' - title = 'Breakages on reproducible.debian.net' + title = 'Breakage on reproducible.debian.net' destfile = BASE + '/index_breakages.html' desturl = REPRODUCIBLE_URL + '/index_breakages.html' write_html_page(title, html, destfile, style_note=True) -- cgit v1.2.3-54-g00ecf