[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: disable r_build.sh check for i386 for now

Holger Levsen holger at layer-acht.org
Sun Apr 16 13:07:32 UTC 2017


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 46125c5d21c917d4f505ab4f850266da46c7283b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Apr 16 15:07:08 2017 +0200

    reproducible Debian: disable r_build.sh check for i386 for now
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_maintenance.sh | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index a897375..1c2076a 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -423,12 +423,14 @@ if [ ! -z "$PSCALL" ] ; then
 fi
 
 # find builds which should not be there
-RESULTS=$(pgrep -f reproducible_build.sh --parent 1 || true)
-if [ ! -z "$RESULTS" ] ; then
-	DIRTY=true
-	echo "Warning: found reproducible_build.sh processes which have pid 1 as parent (and not sshd), thus something went wrong… please investigate."
-	echo -e "$RESULTS"
-
+# (not on i386 as we start builds differently here… work in progress)
+if [ "$ARCH" != "i386" ] ; then
+	RESULTS=$(pgrep -f reproducible_build.sh --parent 1 || true)
+	if [ ! -z "$RESULTS" ] ; then
+		DIRTY=true
+		echo "Warning: found reproducible_build.sh processes which have pid 1 as parent (and not sshd), thus something went wrong… please investigate."
+		echo -e "$RESULTS"
+	fi
 fi
 
 # remove artifacts older than a day

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