summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-21 00:53:41 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-21 00:53:41 +0200
commit6da517d1e80a7a0b318d7c4c3f57aa663ecd9c5e (patch)
tree2602e22f4a4524e9fada64e7fc39c8637d53c164 /bin/d-i_build.sh
parent81c604ff908d8425d13dbef93832622e4d0cbe71 (diff)
downloadjenkins.debian.net-6da517d1e80a7a0b318d7c4c3f57aa663ecd9c5e.tar.xz
d-i iso builds: allow rsync of isos to pb10
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index a0fb5078..57ecbaa8 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -71,7 +71,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' $DI_HOST mkdir -p $ISO_DIR/
- rsync -e "ssh -o 'Batchmode = yes'" -r $DI_HOST:$ISO_DIR/ $ISO_DIR/
+ rsync -e "ssh -o 'Batchmode = yes'" -r $ISO_DIR/ $DI_HOST:$ISO_DIR/
fi
fi
}