[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_openwrt|lede: fix mistype in if

Holger Levsen holger at layer-acht.org
Thu Oct 13 15:01:51 UTC 2016


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 3273d26e7c4739e02904c02f0d755eec1a8240ce
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Oct 13 14:29:36 2016 +0200

    reproducible_openwrt|lede: fix mistype in if
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_openwrt_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index 3e1098a..4df7cb4 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -42,7 +42,7 @@ node_create_tmpdirs() {
 master_cleanup_tmpdirs() {
 	# we will save the logs in case we got called as trap handler
 	# in a success build the logs are saved on a different function
-	if [ "$1" != "success"] ; then
+	if [ "$1" != "success" ] ; then
 		# job failed
 		ssh $GENERIC_NODE1 reproducible_$TYPE node openwrt_save_logs $TMPDIR/logs.xz $TMPDIR/build || true
 		ssh $GENERIC_NODE2 reproducible_$TYPE node openwrt_save_logs $TMPDIR/logs.xz $TMPDIR/build || true

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