From eb4ef6be0f687a58e56d00adb8d06cc081fa1be3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 5 Jun 2015 02:30:23 +0200 Subject: reproducible: create main stats page last, so it always has all the values --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index b7114f2e..6c6f00d6 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -665,7 +665,6 @@ create_main_stats_page() { SUITE="unstable" update_bug_stats update_notes_stats -create_main_stats_page for SUITE in $SUITES ; do update_suite_stats gather_suite_stats @@ -677,4 +676,5 @@ for SUITE in $SUITES ; do update_meta_pkg_stats create_pkg_sets_pages done +create_main_stats_page -- cgit v1.2.3-54-g00ecf