[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: dashboard+variation pages: default links to unstable/amd64

Holger Levsen holger at layer-acht.org
Sun May 22 17:21:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 3d052744116ca8e28a12c1bde63716531da68da8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun May 22 19:18:59 2016 +0200

    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 b3c0139..0897f64 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list