summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-01 19:49:26 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-01 19:49:26 +0100
commitd1d766ed968a5d16db4357294c77b4be3330ad71 (patch)
tree9aab51ccb99073b88bf816b409dd671840226dcf
parentae2fb85c30f1f4b6d03b2497e75d72c919e57644 (diff)
downloadjenkins.debian.net-d1d766ed968a5d16db4357294c77b4be3330ad71.tar.xz
reproducible dashboard: include testing/armhf graph
-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 8c2d8957..037806e6 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -487,7 +487,7 @@ create_dashboard_page() {
write_page "</p><p style=\"clear:both;\">"
write_suite_table
# write suite graphs
- for SUITE in unstable experimental ; do
+ for SUITE in $SUITES ; do
write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
write_page "</p>"