summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-21 09:37:19 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-21 09:40:16 +0200
commit6398a2352a34378c18549ed95f4d99b809af3fe2 (patch)
tree196a83bad892a6906cc73c5338d82efa3675b0c8 /bin/d-i_build.sh
parent257b27d01dbc62f731306d93d17177510f30acca (diff)
downloadjenkins.debian.net-6398a2352a34378c18549ed95f4d99b809af3fe2.tar.xz
d-i: name pb10 as LVC_HOST
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 57ecbaa8..4f8cd0c7 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
}