[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: armhf has 4 weeks stats now too

Holger Levsen holger at moszumanska.debian.org
Fri Oct 2 10:54:33 UTC 2015


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 0b5e54e9d767beccd1293cf4f868120560ba3d62
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 2 12:54:03 2015 +0200

    reproducible: armhf has 4 weeks stats now too
---
 bin/reproducible_html_dashboard.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index ba780c9..e175590 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -241,12 +241,12 @@ write_usertag_table() {
 # write build performace stats
 #
 write_build_performace_stats() {
-	if [ "$ARCH" != "armhf" ] ; then
+	if [ "$ARCH" = "amd64" ] || [ "$ARCH" = "armhf" } ; then
 		TIMESPAN_VERBOSE="4 weeks"
 		TIMESPAN_RAW="28"
 	else
-		TIMESPAN_VERBOSE="3 weeks"
-		TIMESPAN_RAW="21"
+		TIMESPAN_VERBOSE="1 week"
+		TIMESPAN_RAW="7"
 	fi
 	write_page "<table class=\"main\"><tr><th colspan=\"2\">Build statistics for $ARCH</th></tr>"
 	AGE_UNSTABLE=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='unstable' AND architecture='$ARCH' AND datum='$DATE'")

-- 
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