[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix syntax…

Mattia Rizzolo mattia at debian.org
Wed Apr 4 12:20:42 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 08505afd3922f4099ef65e67f529ac05457aa0ae
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Apr 4 14:20:37 2018 +0200

    reproducible: fix syntax…
    
    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 43f2c96..227ea5f 100755
--- a/bin/reproducible_worker.sh
+++ b/bin/reproducible_worker.sh
@@ -44,7 +44,7 @@ while true ; do
 		fi
 	fi
 	LOCKFILE="/var/lib/jenkins/NO-RB-BUILDERS-PLEASE"
-	if [ -f "$LOCKFILE" ];
+	if [ -f "$LOCKFILE" ]; then
 		echo "The lockfile $LOCKFILE is present, thus stopping this"
 		break
 	fi

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