diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-07 22:14:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-07 22:14:55 +0200 |
commit | cc289e4c3e051c48d006d8c2970f0b1249120d5f (patch) | |
tree | f6ae80d59eb5fbaa71f9d97fc0bf3934781bb8e3 | |
parent | c4033f92ef661eb69a0eb4e29d41117ef851800b (diff) | |
download | jenkins.debian.net-cc289e4c3e051c48d006d8c2970f0b1249120d5f.tar.xz |
fixup c4033f9: reproducible: create stats_builds_per_day.png per arch
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 2 |
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 |