summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-18 15:47:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-18 15:47:08 +0100
commit43a7c9abaa62f4e1bc53dd819c9cc5d2a55db5b6 (patch)
tree5d8a36202422757d5c6613b26fe0f4a26d730d35 /bin/reproducible_common.sh
parent7d309ddf5cf9a840c495f9954a2ba790015b5b03 (diff)
downloadjenkins.debian.net-43a7c9abaa62f4e1bc53dd819c9cc5d2a55db5b6.tar.xz
reproducible: include information about bug annotations in pkg set pages
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 3ae74a00..3aba86ce 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -220,7 +220,8 @@ write_page_footer() {
}
write_page_meta_sign() {
- write_page "<p style=\"font-size:0.9em;\">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.</p>"
+ write_page "<p style=\"font-size:0.9em;\">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.</br>"
+ write_page " A <code>&#35;</code> sign after the name of a package indicates that a bug is filed against it. Likewise, a <code>&#43;</code> means that there is bug with a patch attached. In case of more than one bug, the symbol is repeated.</p>"
}
publish_page() {