[Qa-jenkins-scm] [jenkins.debian.net] 01/04: d-i: make sure that iso dir exists on remote machine before copying to it

Holger Levsen holger at layer-acht.org
Sun Jun 19 22:35:17 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 5b8b9b87c27626723e86b7d911f8e57739f452c6
Author: Philip Hands <phil at hands.com>
Date:   Sun Jun 19 21:05:28 2016 +0200

    d-i: make sure that iso dir exists on remote machine before copying to it
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/d-i_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 54a3248..2d50113 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -55,6 +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
+			ssh -o 'Batchmode = yes' profitbricks-build10-amd64.debian.net mkdir -p $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