diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-03 01:47:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-03 01:47:04 +0200 |
commit | 47840400c5fda025461f0265c39ea7d5f8a906b8 (patch) | |
tree | 1384513200c610f5e4504a6472cd76529e9e11b3 | |
parent | 74162f599c008526667077dac9ca34db8c0523a3 (diff) | |
download | jenkins.debian.net-47840400c5fda025461f0265c39ea7d5f8a906b8.tar.xz |
reproducible Debian: create performance page first, variations last#
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index ba2be9d8..b666e634 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -697,7 +697,7 @@ create_variations_page() { # # main # -SUITE="unstable" +create_performance_page update_bug_stats update_notes_stats for ARCH in ${ARCHS} ; do @@ -707,8 +707,7 @@ 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 |