diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-18 01:37:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-18 01:37:38 +0100 |
commit | 2c802c7ec958e9ee92ba25427df96370325be799 (patch) | |
tree | d585e89ae4da8b77a628d970eb7c3a835ecf9162 | |
parent | 7562396d09e39cc681366827513fd9b4ed8f3135 (diff) | |
download | jenkins.debian.net-2c802c7ec958e9ee92ba25427df96370325be799.tar.xz |
reproducible: never say never again
-rwxr-xr-x | bin/reproducible_html_indexes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.sh b/bin/reproducible_html_indexes.sh index 4dc10197..371e206a 100755 --- a/bin/reproducible_html_indexes.sh +++ b/bin/reproducible_html_indexes.sh @@ -92,7 +92,7 @@ for VIEW in last_24h last_48h all_abc ; do write_page "<p>" set_icon blacklisted write_icon - write_page "$COUNT_BLACKLISTED packages are blacklisted and will never be tested here: <code>" + write_page "$COUNT_BLACKLISTED packages are blacklisted and will not be tested here: <code>" link_packages $BLACKLISTED write_page "</code></p>" fi |