summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboards.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-07 22:14:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-07 22:14:55 +0200
commitcc289e4c3e051c48d006d8c2970f0b1249120d5f (patch)
treef6ae80d59eb5fbaa71f9d97fc0bf3934781bb8e3 /bin/reproducible_html_dashboards.sh
parentc4033f92ef661eb69a0eb4e29d41117ef851800b (diff)
downloadjenkins.debian.net-cc289e4c3e051c48d006d8c2970f0b1249120d5f.tar.xz
fixup c4033f9: reproducible: create stats_builds_per_day.png per arch
Diffstat (limited to 'bin/reproducible_html_dashboards.sh')
-rwxr-xr-xbin/reproducible_html_dashboards.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index e9748759..d06ce8d0 100755
--- a/bin/reproducible_html_dashboards.sh
+++ b/bin/reproducible_html_dashboards.sh
@@ -382,7 +382,7 @@ create_main_stats_page() {
write_explaination_table debian
# write build per day graph
write_page "<p style=\"clear:both;\">"
- write_page " <a href=\"/userContent/${TABLE[1]}.png\"><img src=\"/userContent/${TABLE[1]}_$ARCH.png\" alt=\"${MAINLABEL[$i]}\"></a>"
+ write_page " <a href=\"/userContent/${TABLE[1]}_$ARCH.png\"><img src=\"/userContent/${TABLE[1]}_$ARCH.png\" alt=\"${MAINLABEL[$i]}\"></a>"
# redo png once a day
for ARCH in ${ARCHS} ; do
if [ ! -f $BASE/${TABLE[1]}_$ARCH.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[1]}_$ARCH.png) ] ; then