[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: no results are ok

Holger Levsen holger at layer-acht.org
Thu Apr 27 13:40:20 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 3986bab031335da16f9043a0b46d18357fcd0c9f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Apr 27 15:40:15 2017 +0200

    reproducible Debian: no results are ok
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_service.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index f624516..4a46d33 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -222,7 +222,7 @@ startup_workers() {
 			#
 			WORKER_NAME=${ARCH}_$i
 			WORKER_BIN=/srv/jenkins/bin/reproducible_worker.sh
-			RUNNING=$(ps fax|grep -v grep|grep "$WORKER_BIN $WORKER_NAME")
+			RUNNING=$(ps fax|grep -v grep|grep "$WORKER_BIN $WORKER_NAME" 2>/dev/null||true)
 			if [ ! -z "$RUNNING" ] ; then
 				echo "$(date --utc) - '$(basename $WORKER_BIN) $WORKER_NAME' already running, thus moving on to the next."
 				continue

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