[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve language
Holger Levsen
holger at moszumanska.debian.org
Fri May 22 13:42:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e08f0aa9dad786eb820f68926d3adae7306a871c
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri May 22 15:42:32 2015 +0200
reproducible: improve language
---
bin/reproducible_breakages.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index 268875d..17f9979 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list