summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-08 00:49:48 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-08 00:49:48 +0200
commit9277deeffbbae82501a47438eeb1c966434f83b6 (patch)
treed24a8ba20ea765a7cfefd04e0f6c9c32141ee722 /bin/reproducible_html_dashboard.sh
parentfd3c677234c6dca58ce371927c2e460cf4cfde45 (diff)
downloadjenkins.debian.net-9277deeffbbae82501a47438eeb1c966434f83b6.tar.xz
fixup fd3c6772: reproducible: refactor and also write suite table for armhf
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index d37afefa..cdffa1e4 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -443,10 +443,10 @@ create_main_stats_page() {
write_build_performace_stats
# other archs: armhf
ARCH="armhf"
- SUITE="unstable"
write_page "</p><p style=\"clear:both;\">"
write_page " <hr />"
write_suite_table
+ SUITE="unstable"
write_page " <a href=\"/$SUITE/index_suite_${ARCH}_stats.html\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
write_page " <a href=\"/${TABLE[1]}_$ARCH.png\"><img src=\"/${TABLE[1]}_$ARCH.png\" class=\"overview\" alt=\"${MAINLABEL[$i]}\"></a>"
write_page " <a href=\"/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"