[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: i386 graphs should start yesterday

Holger Levsen holger at moszumanska.debian.org
Tue Mar 29 04:07: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 44789c404f39ea66bebd9deb3937f1f13d213cbe
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 29 00:07:19 2016 -0400

    reproducible debian: i386 graphs should start yesterday
---
 bin/reproducible_common.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 9492ae9..8118f40 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -636,6 +636,9 @@ create_png_from_table() {
 	if [ "$ARCH" = "armhf" ] ; then
 		# armhf was only build since 2015-08-30
 		WHERE2_EXTRA="WHERE s.datum >= '2015-08-30'"
+	elif [ "$ARCH" = "i386" ] ; then
+		# i386 was only build since 2016-03-28
+		WHERE2_EXTRA="WHERE s.datum >= '2016-03-28'"
 	else
 		WHERE2_EXTRA=""
 	fi
@@ -654,6 +657,14 @@ create_png_from_table() {
 				# armhf only has pkg sets for unstable since 2015-12-22 and since 2016-02-13 for testing
 				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-22'"
 			fi
+		elif [ "$ARCH" = "i386" ]  ; then
+			if [ $1 -eq 2 ] ; then
+				# i386 was only build since 2016-03-28
+				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2016-03-28'"
+			elif [ $1 -eq 6 ] ; then
+				# i386 only has pkg sets since that day too, but maybe I'll change that
+				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2016-03-28'"
+			fi
 		fi
 		# testing/amd64 was only build since...
 		# WHERE2_EXTRA="WHERE s.datum >= '2015-03-08'"

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