summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-05 02:30:23 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-05 02:30:23 +0200
commiteb4ef6be0f687a58e56d00adb8d06cc081fa1be3 (patch)
tree02b3bd37b632d5ead07999921362cf8190ebf6a4
parente7c731677079df17cb93387444d5c7d0a58544db (diff)
downloadjenkins.debian.net-eb4ef6be0f687a58e56d00adb8d06cc081fa1be3.tar.xz
reproducible: create main stats page last, so it always has all the values
-rwxr-xr-xbin/reproducible_html_graphs.sh2
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