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 2020/11/20 01:18:12 UTC

[geode] branch support/1.13 updated (3728eb2 -> 5ccc899)

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

onichols pushed a change to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 3728eb2  [GEODE-8661] Use version provided by *-builder-image-family. (#5681)
     new 5067d04  dependency on repo.spring.io is not needed
     new 5ccc899  Update exmples CI to use the builder_image (#5685)

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:
 build.gradle                             | 1 -
 ci/pipelines/examples/jinja.template.yml | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)


[geode] 02/02: Update exmples CI to use the builder_image (#5685)

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

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 5ccc89934bcd788e14cc94c626ceec0e916cca1f
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Wed Oct 28 15:30:51 2020 -0700

    Update exmples CI to use the builder_image (#5685)
    
    (cherry picked from commit 5953aad1edc659660ab0772d262cd48ca5ec11ce)
---
 ci/pipelines/examples/jinja.template.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/pipelines/examples/jinja.template.yml b/ci/pipelines/examples/jinja.template.yml
index eb4ec1a..cd9ff8e 100644
--- a/ci/pipelines/examples/jinja.template.yml
+++ b/ci/pipelines/examples/jinja.template.yml
@@ -141,6 +141,8 @@ jobs:
       - name: geode-ci
       - name: attempts-log
         path: old
+      - name: linux-builder-image-family
+        path: builder-image
       outputs:
       - name: instance-data
       - name: attempts-log


[geode] 01/02: dependency on repo.spring.io is not needed

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

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 5067d0470bc75c6cdf0fe97dab274efcfeef4cba
Author: Owen Nichols <on...@apache.org>
AuthorDate: Thu Nov 19 02:41:43 2020 -0800

    dependency on repo.spring.io is not needed
---
 build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a1865fb..2ccfb5b 100755
--- a/build.gradle
+++ b/build.gradle
@@ -52,7 +52,6 @@ allprojects {
   repositories {
     mavenLocal()
     mavenCentral()
-    maven { url "https://repo.spring.io/release" }
   }
 
   buildRoot = buildRoot.trim()