From 7f068942636fa799eff8a5a6dca13d69d69607d4 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 15 Jan 2015 23:22:48 +0100 Subject: reproducible: _html_notes: add a reassuntive note at the end of the issues table --- bin/reproducible_html_notes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index c6cdde80..cd1328bd 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -305,6 +305,8 @@ def index_issues(issues): html += tab*4 + '\n' html += tab*3 + '\n' html += tab*2 + '\n' + html += tab*2 + '

For a total of ' + str(len(notes)) + ' packages' \ + + ' categorized in ' + str(len(issues)) + ' issues.

' html += tab*2 + '

Notes are stored in notes.git.

' title = 'Overview of known issues related to reproducible builds' destfile = BASE + '/index_issues.html' -- cgit v1.2.3-54-g00ecf