diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 00:20:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 00:20:26 +0200 |
commit | bc8022cd7a99053841be24a37999e93c1cb2d0d0 (patch) | |
tree | e175504e89f7208b302baa3a0382d1c4f7e21659 | |
parent | 28aa4dd946202d68a714f84aa80f50be88ae515a (diff) | |
download | jenkins.debian.net-bc8022cd7a99053841be24a37999e93c1cb2d0d0.tar.xz |
reprodcucible: emphasize bug filing
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index d73a887f..ec8ce29e 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -151,7 +151,7 @@ pages = { { 'icon_status': 'blacklisted', 'query': 'blacklisted_all', - 'text': Template('$tot ($percent%) packages which have been blacklisted in $suite/$arch:') + 'text': Template('$tot ($percent%) packages which have been blacklisted in $suite/$arch: (If you see packages listed here without a bug filed against them, it \'s probably a good idea to file one.)') } ] }, |