From e08f0aa9dad786eb820f68926d3adae7306a871c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 22 May 2015 15:42:32 +0200 Subject: reproducible: improve language --- bin/reproducible_breakages.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_breakages.py') diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py index 268875db..17f99796 100755 --- a/bin/reproducible_breakages.py +++ b/bin/reproducible_breakages.py @@ -263,15 +263,15 @@ 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.
Please help with empting this page!

' + html += 'should not be there.Please help making this page empty!

' breakages = gen_html() if breakages: html += breakages else: html += '

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

' - title = 'CI breakages' + title = 'Breakages on reproducible.debian.net' destfile = BASE + '/index_breakages.html' desturl = REPRODUCIBLE_URL + '/index_breakages.html' write_html_page(title, html, destfile, style_note=True) - log.info('CI breackages page created at ' + desturl) + log.info('Breackages page created at ' + desturl) -- cgit v1.2.3-54-g00ecf