summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-03 08:54:09 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-03 08:54:09 +0100
commit4173a44619a5a854f79287fb4a6ffa8ef9211e9a (patch)
tree15384fd4cfb499a195e51616a1ce33d10981c2b3 /bin/reproducible_html_graphs.sh
parent5e19026acd9db45a63f4212247a8396839fbc54c (diff)
downloadjenkins.debian.net-4173a44619a5a854f79287fb4a6ffa8ef9211e9a.tar.xz
reproducible: add in body text
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
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>"