[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: replace underscore with space so browsers can wrap it better
Holger Levsen
holger at layer-acht.org
Sat Jun 11 15:09:03 UTC 2016
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 6325fba65a26cbf0739a1984384bca57257d02e9
Author: Ximin Luo <infinity0 at debian.org>
Date: Sat Jun 11 17:08:03 2016 +0200
reproducible debian: replace underscore with space so browsers can wrap it better
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_notes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 5819a05..47b5dbf 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -405,7 +405,7 @@ def index_issues(issues, scorefuncs):
for issue in sorted(issues, key=lambda issue: sort_issues(firstscorefunc, issue)):
html += tab*3 + '<tr>\n'
html += tab*4 + '<td><a href="' + ISSUES_URI + '/' + defaultsuite + \
- '/'+ issue + '_issue.html">' + issue + '</a></td>\n'
+ '/'+ issue + '_issue.html">' + issue.replace("_", " ") + '</a></td>\n'
issues_list = issues_count.get(issue, [])
for scorefunc in scorefuncs.values():
html += tab*4 + '<td><b>' + str(scorefunc(issues_list)) + '</b></td>\n'
--
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