summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:01:36 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:01:36 +0100
commit81ffebae7186534dd7c2d5d17273fa2960553845 (patch)
tree8e062d7b15587f1991bda27ad7e244971bf67a45 /bin/reproducible_html_graphs.sh
parent694db971af783dddfd0b644135aa37f162057aa5 (diff)
downloadjenkins.debian.net-81ffebae7186534dd7c2d5d17273fa2960553845.tar.xz
reproducible: refactor SPOKENTARGET
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index aa2087fb..0a705d82 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -257,7 +257,7 @@ write_usertag_table() {
VIEW=stats
PAGE=index_${VIEW}.html
echo "$(date) - starting to write $PAGE page."
-write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
+write_page_header $VIEW "Overview of various statistics about reproducible builds for $SUITE"
write_page "<p>"
set_icon reproducible
write_icon
@@ -306,7 +306,7 @@ fi
VIEW=pkg_sets
PAGE=index_${VIEW}.html
echo "$(date) - starting to write $PAGE page."
-write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
+write_page_header $VIEW "Overview about reproducible builds of specific package sets in $SUITE"
write_page "<ul><li>Tracked package sets: </li>"
for i in $(seq 1 ${#META_PKGSET[@]}) ; do
if [ -f /var/lib/jenkins/userContent/${TABLE[6]}_${META_PKGSET[$i]}.png ] ; then