You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2018/01/10 18:52:13 UTC

[geode] branch develop updated (6eece22 -> 15ae789)

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

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


    from 6eece22  GEODE-4237: The JdbcLoader creates PdxInstance using region mapping (column to field).
     new 8998a8f  [GEODE-4265] Add dunit progress tool to docker image.
     new 15ae789  [GEODE-4265] Use updated version that has been appropriately licensed.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ci/docker/Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].

[geode] 02/02: [GEODE-4265] Use updated version that has been appropriately licensed.

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 15ae789b19fc8e58d27eabe6633bf1a117a8fd14
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Tue Jan 9 13:40:40 2018 -0800

    [GEODE-4265] Use updated version that has been appropriately licensed.
---
 ci/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile
index a932b75..369e9fd 100644
--- a/ci/docker/Dockerfile
+++ b/ci/docker/Dockerfile
@@ -47,7 +47,7 @@ ADD ./initdocker /usr/local/bin/initdocker
 RUN chmod +x /usr/local/bin/initdocker
 
 # Install dunit-process
-RUN curl -Lo /usr/local/bin/dunit-process https://github.com/jdeppe-pivotal/progress-util/releases/download/0.1/progress.linux
+RUN curl -Lo /usr/local/bin/dunit-process https://github.com/jdeppe-pivotal/progress-util/releases/download/0.2/progress.linux
 RUN chmod +x /usr/local/bin/dunit-process
 
 # Cache gradle for performance

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.

[geode] 01/02: [GEODE-4265] Add dunit progress tool to docker image.

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8998a8ff6b4b8c7f60a9f3f13a163dff9654db56
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Tue Jan 9 13:00:41 2018 -0800

    [GEODE-4265] Add dunit progress tool to docker image.
---
 ci/docker/Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile
index 097bba5..a932b75 100644
--- a/ci/docker/Dockerfile
+++ b/ci/docker/Dockerfile
@@ -46,6 +46,10 @@ RUN go build -o /usr/local/bin/tini-wrapper ./tini-wrapper.go
 ADD ./initdocker /usr/local/bin/initdocker
 RUN chmod +x /usr/local/bin/initdocker
 
+# Install dunit-process
+RUN curl -Lo /usr/local/bin/dunit-process https://github.com/jdeppe-pivotal/progress-util/releases/download/0.1/progress.linux
+RUN chmod +x /usr/local/bin/dunit-process
+
 # Cache gradle for performance
 ENV GRADLE_USER_HOME /usr/local/maven_files
 WORKDIR /tmp/work

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.