From d2b3bd554a26a495edb7954bcb992d8845c1d227 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 15 Jun 2016 12:08:37 +0200 Subject: 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(-) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index db55e2da..94a68143 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -146,7 +146,8 @@ issue_html = Template((tab*3).join(""" - Packages in '$suite' known to be affected by this issue: + Packages in '$suite' known to be affected by this issue:
+ (the 1/4 most-popular ones (within this issue) are underlined) $affected_pkgs @@ -416,7 +417,7 @@ def index_issues(issues, scorefuncs): tab*3 + k + "\n" + tab*2 + "\n" + tab*2 + "\n" for k in scorefuncs.keys()) \ + tab*3 + "Affected packages
\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 + "\n" + tab + "\n" html = (tab*2).join(templ.splitlines(True)) for issue in sorted(issues, key=lambda issue: sort_issues(firstscorefunc, issue)): -- cgit v1.2.3-54-g00ecf