diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-01 19:49:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-01 19:49:26 +0100 |
commit | d1d766ed968a5d16db4357294c77b4be3330ad71 (patch) | |
tree | 9aab51ccb99073b88bf816b409dd671840226dcf | |
parent | ae2fb85c30f1f4b6d03b2497e75d72c919e57644 (diff) | |
download | jenkins.debian.net-d1d766ed968a5d16db4357294c77b4be3330ad71.tar.xz |
reproducible dashboard: include testing/armhf graph
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
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>" |