From 0f0545fe5345cf80febc719aec68f9560da155d3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 15 Jan 2015 20:45:42 +0100 Subject: reproducible: add column with number of affected packages --- bin/reproducible_html_notes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index e4dd52e9..6dc6a92b 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -293,11 +293,12 @@ def iterate_over_issues(issues): def index_issues(issues): templ = "\n\n" + tab + "\n" + tab*2 + "\n" + tab + "\n" + + tab*3 + "Identified issues\n" + tab*2 + "\n" + tab*2 + "\n" + tab + "\n" html = (tab*2).join(templ.splitlines(True)) for issue in sorted(issues): html += tab*3 + '\n' + '_issue.html">' + issue + '\n' html += tab*2 + '
\n" \ - + tab*3 + "Identified issues\n" + tab*2 + "
\n" \ + + tab*3 + "Affected packages\n" + tab*2 + "
' + issue + '
' + issues_count[issue] + '
\n' html += tab*2 + '

Notes are stored in notes.git.

' title = 'Overview of known issues related to reproducible builds' -- cgit v1.2.3-70-g09d2