diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-03 08:54:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-03 08:54:09 +0100 |
commit | 4173a44619a5a854f79287fb4a6ffa8ef9211e9a (patch) | |
tree | 15384fd4cfb499a195e51616a1ce33d10981c2b3 /bin | |
parent | 5e19026acd9db45a63f4212247a8396839fbc54c (diff) | |
download | jenkins.debian.net-4173a44619a5a854f79287fb4a6ffa8ef9211e9a.tar.xz |
reproducible: add in body text
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index abe24d38..86f410c4 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -306,7 +306,7 @@ VIEW=pkg_sets PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview about reproducible builds of specific package sets in $SUITE" -write_page "<ul><li>Tracked package sets: </li>" +write_page "<ul><li>Tracked package sets in $SUITE: </li>" for i in $(seq 1 ${#META_PKGSET[@]}) ; do if [ -f /var/lib/jenkins/userContent/$SUITE/${TABLE[6]}_${META_PKGSET[$i]}.png ] ; then write_page "<li><a href=\"#${META_PKGSET[$i]}\">${META_PKGSET[$i]}</a></li>" |