From 3d052744116ca8e28a12c1bde63716531da68da8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 22 May 2016 19:18:59 +0200 Subject: reproducible debian: dashboard+variation pages: default links to unstable/amd64 --- bin/reproducible_html_dashboard.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index b3c01394..0897f643 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -465,6 +465,8 @@ write_meta_pkg_graphs_links () { create_dashboard_page() { VIEW=dashboard PAGE=index_${VIEW}.html + SUITE="unstable" + ARCH="amd64" echo "$(date -u) - starting to write $PAGE page." write_page_header $VIEW "Overview of various statistics about reproducible builds" write_suite_arch_table @@ -566,6 +568,8 @@ create_dashboard_page() { create_performance_page() { VIEW=performance PAGE=index_${VIEW}.html + ARCH="amd64" + SUITE="unstable" echo "$(date -u) - starting to write $PAGE page." write_page_header $VIEW "Build node performance stats" # arch performance stats @@ -598,6 +602,8 @@ create_performance_page() { create_variations_page() { VIEW=variations PAGE=index_${VIEW}.html + ARCH="amd64" + SUITE="unstable" echo "$(date -u) - starting to write $PAGE page." write_page_header $VIEW "Variations introduced when testing Debian packages" # explain setup @@ -621,8 +627,6 @@ for ARCH in ${ARCHS} ; do create_suite_arch_stats_page done done -ARCH="amd64" -SUITE="unstable" create_performance_page create_variations_page create_dashboard_page -- cgit v1.2.3-54-g00ecf