[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: index_issues: some visual fixes

Holger Levsen holger at layer-acht.org
Sat Jun 11 15:11:32 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 e34eea14af3ac23322f1e1c28bbb063126fd21e0
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Jun 11 17:09:05 2016 +0200

    reproducible debian: index_issues: some visual fixes
    
    - replace underscore with space so browsers can wrap it better
    - better explanation of package alt text
    
    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 47b5dbf..3b04867 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -416,7 +416,7 @@ def index_issues(issues, scorefuncs):
         issues_by_popcon = sorted(issues_with_popcon, key=lambda p: p[1], reverse=True)
         popular_packages = set([p[0] for p in issues_by_popcon[:int(len(issues_by_popcon)/4)]])
         issue_strings = [
-            '<span %stitle="%s">%s</span>' % (
+            '<span %stitle="popcon score: %s">%s</span>' % (
                 'class="package-popular" ' if p[0] in popular_packages else '', p[1], p[0]
             ) for p in issues_with_popcon]
         html += tab*5 + ', '.join(issue_strings) + '\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