[Qa-jenkins-scm] [jenkins.debian.net] 01/01: d-i: missing close quotes

Holger Levsen holger at layer-acht.org
Sun Jun 19 10:35:12 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 3491ece2ee07d72a6d6d0bac50328f8654cad9f1
Author: Philip Hands <phil at hands.com>
Date:   Sun Jun 19 12:33:43 2016 +0200

    d-i: missing close quotes
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/d-i_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index d6480f7..54a3248 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -55,7 +55,7 @@ preserve_artifacts() {
 
 		if [ "$HOSTNAME" = "jenkins" ] ; then
 			# FIXME this rsync should probably be in a separate job that the one on pb10 could then depend on -- otherwise race conditions seem to lurk
-			rsync -e "ssh -o 'Batchmode = yes' -r profitbricks-build10-amd64.debian.net:$PU_BRANCH_DIR/ $PU_BRANCH_DIR/
+			rsync -e "ssh -o 'Batchmode = yes'" -r profitbricks-build10-amd64.debian.net:$PU_BRANCH_DIR/ $PU_BRANCH_DIR/
 		fi
 	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