[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: _worker.sh: and finally fix the syntax error that made me do all of these

Mattia Rizzolo mattia at debian.org
Sat Apr 7 02:38:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 959b3d204dc46beb5285a6b7ad6acf388e784f69
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Apr 7 04:37:50 2018 +0200

    reproducible debian: _worker.sh: and finally fix the syntax error that made me do all of these
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_worker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_worker.sh b/bin/reproducible_worker.sh
index 9d31b1f..a05d27e 100755
--- a/bin/reproducible_worker.sh
+++ b/bin/reproducible_worker.sh
@@ -92,6 +92,6 @@ while true ; do
 	/srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console.log 2>&1 || RETCODE=$?
 	echo
 
-	[ "$RETCODE" -eq 0 ] |! notify_log_of_failure
+	[ "$RETCODE" -eq 0 ] || notify_log_of_failure
 
 done

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