summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-22 15:42:32 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-22 15:42:32 +0200
commite08f0aa9dad786eb820f68926d3adae7306a871c (patch)
tree5a1298fef30153825e11c03acd1fb927daef0475 /bin/reproducible_breakages.py
parentc3fa4105f0cf8768d81bfae39a14abeb5afd9c79 (diff)
downloadjenkins.debian.net-e08f0aa9dad786eb820f68926d3adae7306a871c.tar.xz
reproducible: improve language
Diffstat (limited to 'bin/reproducible_breakages.py')
-rwxr-xr-xbin/reproducible_breakages.py6
1 files changed, 3 insertions, 3 deletions
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 = '<p>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.<br />Please help with empting this page!</p>'
+ html += 'should not be there.<em>Please help making this page empty!</em></p>'
breakages = gen_html()
if breakages:
html += breakages
else:
html += '<p><b>COOL!!!</b> Everything is GOOD and not a issue was '
html += 'detected. <i>Enjoy!</i></p>'
- 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)