From cc289e4c3e051c48d006d8c2970f0b1249120d5f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Sep 2015 22:14:55 +0200 Subject: fixup c4033f9: reproducible: create stats_builds_per_day.png per arch --- bin/reproducible_html_dashboards.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_dashboards.sh') 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 "

" - write_page " \"${MAINLABEL[$i]}\"" + write_page " \"${MAINLABEL[$i]}\"" # 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 -- cgit v1.2.3-54-g00ecf