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.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9a6b8656..651299b3 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -367,7 +367,7 @@ write_page_intro() { fi } -# See the python equivelent of this function: reproducible_common.py's create_default_page_footer +# See the python equivalent of this function: reproducible_common.py's create_default_page_footer write_page_footer() { write_page "

" if [ -n "$JOB_URL" ] ; then @@ -395,6 +395,7 @@ write_page_footer() { write_page "" } +# A mustache equivalent of this function has been created. See TEMPLATE_PATH/pkg_list_key.mustache write_page_meta_sign() { write_page "

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.
" write_page "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.

" -- cgit v1.2.3-54-g00ecf