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

Holger Levsen holger at moszumanska.debian.org
Wed Sep 16 07:58:05 UTC 2015


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 efe1358e0212cc1dfc8ba7f0f4e48d3e2c675257
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 16 09:57:58 2015 +0200

    reproducible: fix typos
---
 bin/jenkins_master_wrapper.sh | 2 +-
 bin/reproducible_build.sh     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 12dcb14..f7eaaf4 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -36,7 +36,7 @@ set +e
 ssh -p $PORT $NODE_NAME /bin/true
 RESULT=$?
 # abort job if host is down
-if [ $RESULT -ne 0 ] then
+if [ $RESULT -ne 0 ] ; then
 	echo "$(date -u) - $NODE_NAME seems to be down, sleeping 15min before aborting this job."
 	sleep 15m
 	/srv/jenkins/bin/abort.sh
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index cb8fd6f..da3a9f4 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -538,7 +538,7 @@ remote_build() {
 	ssh -p $PORT $NODE /bin/true
 	RESULT=$?
 	# abort job if host is down
-	if [ $RESULT -ne 0 ] then
+	if [ $RESULT -ne 0 ] ; then
 		echo "$(date -u) - $NODE seems to be down, sleeping 23min before aborting this job."
 		sleep 23m
 		/srv/jenkins/bin/abort.sh

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