diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-21 20:27:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-21 20:27:39 +0100 |
commit | a2873a511624370acf61701686df013c12298c31 (patch) | |
tree | f40e1acc6372e7453f1aa7d736496b071b5f05b6 /bin/reproducible_html_rsync_remote_results.sh | |
parent | baafa49fcd426fdd1477d0f6d2d3526917b39f7b (diff) | |
download | jenkins.debian.net-a2873a511624370acf61701686df013c12298c31.tar.xz |
reproducible: s#ssh#ssh -o 'Batchmode = yes'#g
Diffstat (limited to 'bin/reproducible_html_rsync_remote_results.sh')
-rwxr-xr-x | bin/reproducible_html_rsync_remote_results.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh index 24000f9e..0828be9b 100755 --- a/bin/reproducible_html_rsync_remote_results.sh +++ b/bin/reproducible_html_rsync_remote_results.sh @@ -16,7 +16,7 @@ rsync_remote_results() { echo "$(date -u) - Starting to rsync results for '$PROJECT'." local RESULTS=$(mktemp --tmpdir=$TEMPDIR -d reproducible-rsync-XXXXXXXXX) # copy the new results from build node to webserver node - rsync -r -v -e ssh profitbricks-build3-amd64.debian.net:$BASE/$PROJECT/ $RESULTS + rsync -r -v -e "ssh -o 'Batchmode = yes'" profitbricks-build3-amd64.debian.net:$BASE/$PROJECT/ $RESULTS chmod 775 $RESULTS # move old results out of the way mv $BASE/$PROJECT ${RESULTS}.tmp |