summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-03 02:07:27 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-03 02:07:27 +0200
commit5a7044a8870c4c53c6e1c80dc9baeb0d574b7c34 (patch)
tree9d3373a65f3ed5de45e6da2667e2c844789ca3c1 /bin/reproducible_html_dashboard.sh
parent47840400c5fda025461f0265c39ea7d5f8a906b8 (diff)
downloadjenkins.debian.net-5a7044a8870c4c53c6e1c80dc9baeb0d574b7c34.tar.xz
Revert "reproducible Debian: create performance page first, variations last#"
This reverts commit 47840400c5fda025461f0265c39ea7d5f8a906b8.
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index b666e634..ba2be9d8 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -697,7 +697,7 @@ create_variations_page() {
#
# main
#
-create_performance_page
+SUITE="unstable"
update_bug_stats
update_notes_stats
for ARCH in ${ARCHS} ; do
@@ -707,7 +707,8 @@ for ARCH in ${ARCHS} ; do
create_suite_arch_stats_page
done
done
+create_performance_page
+create_variations_page
create_bugs_page
create_dashboard_page
-create_variations_page
rm -f $DUMMY_FILE >/dev/null