From 094a2de2fc5fc7d18cb69a65aadfcf20f1f01c7b Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 16 Jan 2015 01:16:10 +0100 Subject: reproducible: add some infos for the user about the # and + signs --- bin/reproducible_html_notes.py | 6 ++++-- 1 file changed, 4 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 f85a9e30..8e90feb7 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -312,9 +312,11 @@ def get_trailing_icon(package, bugs): for bug in bugs[package]: html += '#' + html += 'bug-done" title="#' + str(bug) + ', done">#' elif bugs[package][bug]['patch']: - html += 'bug-patch">+' + html += 'bug-patch" title="#' + str(bug) + ', with patch">+' + else: + html += '" title="#' + str(bug) + '">+' print(package + ' ' + html) return html -- cgit v1.2.3-70-g09d2