From 4cd9250228ad1d17f6ce01a517e8897902c96bb4 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Sat, 25 Jun 2016 08:42:11 -0400 Subject: reproducible debian: add package list symbol legend template Signed-off-by: Mattia Rizzolo Signed-off-by: Holger Levsen --- bin/reproducible_common.py | 17 +++-------------- bin/reproducible_common.sh | 3 ++- bin/templates/pkg_symbol_legend.mustache | 13 +++++++++++++ 3 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 bin/templates/pkg_symbol_legend.mustache diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index c3ea23fd..d2077772 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -145,6 +145,8 @@ status_icon_link_template = renderer.load_template( TEMPLATE_PATH + '/status_icon_link') default_page_footer_template = renderer.load_template( TEMPLATE_PATH + '/default_page_footer') +pkg_legend_template = renderer.load_template( + TEMPLATE_PATH + '/pkg_symbol_legend') html_header = Template(""" @@ -237,19 +239,6 @@ html_head_page = Template((tab*2).join((""" $project_links
""" % DEBIAN_URL ).splitlines(True))) -html_foot_page_style_note = Template((tab*2).join(""" -

- A package name displayed with a bold font is an indication that this - package has a note. Visited packages are linked in green, those which - have not been visited are linked in blue.
- A # sign after the name of a - package indicates that a bug is filed against it. Likewise, a - + sign indicates there is - a patch available, a P means a - pending bug while # - indicates a closed bug. In cases of several bugs, the symbol is repeated. -

""".splitlines(True))) - html_project_links = Template((tab*2).join("""