summaryrefslogtreecommitdiffstats
path: root/bin/templates/pkg_symbol_legend.mustache
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-06-25 08:42:11 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-05 17:24:56 +0200
commit4cd9250228ad1d17f6ce01a517e8897902c96bb4 (patch)
tree9c19893f3f34339de6860cac729beaa835a23c51 /bin/templates/pkg_symbol_legend.mustache
parentee75142772ff7ad5a147bd4cc6aecdf6f0f13a1c (diff)
downloadjenkins.debian.net-4cd9250228ad1d17f6ce01a517e8897902c96bb4.tar.xz
reproducible debian: add package list symbol legend template
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/templates/pkg_symbol_legend.mustache')
-rw-r--r--bin/templates/pkg_symbol_legend.mustache13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/templates/pkg_symbol_legend.mustache b/bin/templates/pkg_symbol_legend.mustache
new file mode 100644
index 00000000..12fe485a
--- /dev/null
+++ b/bin/templates/pkg_symbol_legend.mustache
@@ -0,0 +1,13 @@
+<p style="font-size:0.9em;">
+A package name displayed with a <span style="font-weight: bold;">bold
+font</span> 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.
+<br />
+A <code><span class="bug">&#35;</span></code> sign after the name of a package
+indicates that a bug is filed against it. Likewise, a
+<code><span class="bug-patch">&#43;</span></code> sign indicates there is a
+patch available, a <code><span class="bug-pending">P</span></code> means a
+pending bug while <code><span class="bug-done">&#35;</span></code> indicates a
+closed bug. In cases of several bugs, the symbol is repeated.
+</p>