[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: show 3 months build stats for i386 too

Holger Levsen holger at layer-acht.org
Sat Jun 25 07:56:10 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 67060e4d86929e0b36019a4af2da2f0082c93c96
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jun 25 09:55:48 2016 +0200

    reproducible debian: show 3 months build stats for i386 too
---
 bin/reproducible_html_dashboard.sh | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 15e6cbd..8d50cef 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -335,12 +335,8 @@ write_build_performance_stats() {
 	local TIMESPAN_RAW="91.5"
 	write_page "</tr><tr><td class=\"left\">packages tested on average per day in the last $TIMESPAN_VERBOSE</td>"
 	for ARCH in ${ARCHS} ; do
-		if [ "$ARCH" = "i386" ] ; then
-			RESULT=" "
-		else
-			RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT COUNT(r.build_date) FROM stats_build AS r WHERE r.build_date > datetime('$DATE', '-$TIMESPAN_RAW days') AND r.architecture='$ARCH'")
-			RESULT="$(echo $RESULT/$TIMESPAN_RAW|bc)"
-		fi
+		RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT COUNT(r.build_date) FROM stats_build AS r WHERE r.build_date > datetime('$DATE', '-$TIMESPAN_RAW days') AND r.architecture='$ARCH'")
+		RESULT="$(echo $RESULT/$TIMESPAN_RAW|bc)"
 		write_page "<td>$RESULT</td>"
 	done
 	write_page "</tr></table>"

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