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

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new d7be181  Add rsync to google-geode-builder image.
d7be181 is described below

commit d7be181bab5f4857c844456352938f5c357b46ba
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Wed Jul 18 17:17:06 2018 -0700

    Add rsync to google-geode-builder image.
    
    Signed-off-by: Sean Goller <sgol...@pivotal.io>
---
 ci/images/google-geode-builder/scripts/setup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/images/google-geode-builder/scripts/setup.sh 
b/ci/images/google-geode-builder/scripts/setup.sh
index 3699a55..55f79cd 100755
--- a/ci/images/google-geode-builder/scripts/setup.sh
+++ b/ci/images/google-geode-builder/scripts/setup.sh
@@ -51,6 +51,7 @@ apt-get install -y --no-install-recommends \
     openjdk-8-jdk-headless \
     python3 \
     python3-pip \
+    rsync \
     unzip \
     vim
 gcloud config set core/disable_usage_reporting true

Reply via email to