diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-19 13:02:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-19 13:02:38 +0100 |
commit | 54efcb42bd7be12599f53d5a98623c35516955a3 (patch) | |
tree | 5f352f48862f20477e046379bc80fd37b5650cc0 /bin/reproducible_html_indexes.sh | |
parent | 8f9ccd3a2127c87ee3240e638b1c53816ff05d15 (diff) | |
parent | e9b5d5af1fde52a271d0e4bee988e458d2b2de11 (diff) | |
download | jenkins.debian.net-54efcb42bd7be12599f53d5a98623c35516955a3.tar.xz |
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'bin/reproducible_html_indexes.sh')
-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 |