[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: explain it's the 1/4 most popular within the issue

Holger Levsen holger at layer-acht.org
Wed Jun 15 10:09:10 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 d2b3bd554a26a495edb7954bcb992d8845c1d227
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jun 15 12:08:37 2016 +0200

    reproducible debian: explain it's the 1/4 most popular within the issue
---
 bin/reproducible_html_notes.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index db55e2d..94a6814 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -146,7 +146,8 @@ issue_html = Template((tab*3).join("""
   </tr>
   <tr>
     <td>
-      Packages in '$suite' known to be affected by this issue:
+      Packages in '$suite' known to be affected by this issue:<br />
+      (the 1/4 most-popular ones (within this issue) are underlined)
     </td>
     <td class="left">
 $affected_pkgs
@@ -416,7 +417,7 @@ def index_issues(issues, scorefuncs):
             tab*3 + k + "\n" + tab*2 + "</th>\n" + tab*2 + "<th>\n"
             for k in scorefuncs.keys()) \
           + tab*3 + "Affected packages<br/>\n" \
-          + tab*3 + "(the 1/4 most-popular are underlined)\n" \
+          + tab*3 + "(the 1/4 most-popular ones (within the issue) are underlined)\n" \
           + tab*2 + "</th>\n" + tab + "</tr>\n"
     html = (tab*2).join(templ.splitlines(True))
     for issue in sorted(issues, key=lambda issue: sort_issues(firstscorefunc, issue)):

-- 
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