You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/12/05 01:54:38 UTC

[geode] 01/01: Revert "rsync all inputs and outputs between the heavy-lifter and concourse (#4391)"

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch revert-4391-rsync-all
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 46f6fb1d661703ee0c448a454472f68755f53c86
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Wed Dec 4 17:54:12 2019 -0800

    Revert "rsync all inputs and outputs between the heavy-lifter and concourse (#4391)"
    
    This reverts commit c6081fa106697bf787e102f2f50a54ffdfcba726.
---
 ci/scripts/rsync_code_down.sh | 2 +-
 ci/scripts/rsync_code_up.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/scripts/rsync_code_down.sh b/ci/scripts/rsync_code_down.sh
index 81e6735..e6e2271 100755
--- a/ci/scripts/rsync_code_down.sh
+++ b/ci/scripts/rsync_code_down.sh
@@ -49,6 +49,6 @@ esac
 
 ssh ${SSH_OPTIONS} geode@${INSTANCE_IP_ADDRESS} "${EXEC_COMMAND}"
 
-time rsync -e "ssh ${SSH_OPTIONS}" -ah geode@${INSTANCE_IP_ADDRESS}:* ${OUTPUT_DIR}/
+time rsync -e "ssh ${SSH_OPTIONS}" -ah geode@${INSTANCE_IP_ADDRESS}:geode ${OUTPUT_DIR}/
 
 set +x
diff --git a/ci/scripts/rsync_code_up.sh b/ci/scripts/rsync_code_up.sh
index d545d40..c88b14f 100755
--- a/ci/scripts/rsync_code_up.sh
+++ b/ci/scripts/rsync_code_up.sh
@@ -36,4 +36,4 @@ SSH_OPTIONS="-i ${SSHKEY_FILE} -o ConnectionAttempts=60 -o StrictHostKeyChecking
 
 INSTANCE_IP_ADDRESS="$(cat instance-data/instance-ip-address)"
 
-time rsync -e "ssh ${SSH_OPTIONS}" -ah * geode@${INSTANCE_IP_ADDRESS}:.
+time rsync -e "ssh ${SSH_OPTIONS}" -ah ${REPODIR} geode@${INSTANCE_IP_ADDRESS}:.