diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-05 02:30:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-05 02:30:23 +0200 |
commit | eb4ef6be0f687a58e56d00adb8d06cc081fa1be3 (patch) | |
tree | 02b3bd37b632d5ead07999921362cf8190ebf6a4 /bin | |
parent | e7c731677079df17cb93387444d5c7d0a58544db (diff) | |
download | jenkins.debian.net-eb4ef6be0f687a58e56d00adb8d06cc081fa1be3.tar.xz |
reproducible: create main stats page last, so it always has all the values
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |