[Qa-jenkins-scm] [jenkins.debian.net] 01/01: d-i: name pb10 as LVC_HOST

Holger Levsen holger at layer-acht.org
Tue Jun 21 07:40:50 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 6398a2352a34378c18549ed95f4d99b809af3fe2
Author: Philip Hands <phil at hands.com>
Date:   Tue Jun 21 09:37:19 2016 +0200

    d-i: name pb10 as LVC_HOST
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/d-i_build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 57ecbaa..4f8cd0c 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -10,7 +10,7 @@ common_init "$@"
 
 RESULT_DIR=$(readlink -f ..)
 ISO_DIR=/srv/d-i/isos
-DI_HOST=profitbricks-build10-amd64.debian.net
+LVC_HOST=profitbricks-build10-amd64.debian.net
 
 clean_workspace() {
 	#
@@ -70,8 +70,8 @@ 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' $DI_HOST mkdir -p $ISO_DIR/
-			rsync -e "ssh -o 'Batchmode = yes'" -r $ISO_DIR/ $DI_HOST:$ISO_DIR/
+			ssh -o 'Batchmode = yes' $LVC_HOST mkdir -p $ISO_DIR
+			rsync -e "ssh -o 'Batchmode = yes'" -r $ISO_DIR/ $LVC_HOST:$ISO_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