You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/08/09 08:51:05 UTC

[incubator-openwhisk] branch master updated (5e95f02 -> 6660a0d)

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

markusthoemmes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git.


    from 5e95f02  Remove "experimental" gateway api (#2547)
     new 65ac37c  Update zookeeper package
     new 6660a0d  Add ability to add own environments without polluting git

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:
 .gitignore                | 7 +++++++
 common/scala/build.gradle | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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

[incubator-openwhisk] 01/02: Update zookeeper package

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

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git

commit 65ac37ce7c2a581e7092d4d290aa55855d0c41e5
Author: Christian Bickel <cb...@de.ibm.com>
AuthorDate: Fri Aug 4 07:06:17 2017 +0300

    Update zookeeper package
---
 common/scala/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index 6c89ddd..fe17c58 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -29,7 +29,7 @@ dependencies {
     compile 'commons-io:commons-io:2.4'
     compile 'commons-logging:commons-logging:1.2'
     compile 'commons-collections:commons-collections:3.2.2'
-    compile 'org.apache.zookeeper:zookeeper:3.4.6'
+    compile 'org.apache.zookeeper:zookeeper:3.4.10'
     compile 'org.apache.kafka:kafka-clients:0.10.2.1'
     compile 'org.apache.httpcomponents:httpclient:4.4.1'
     compile 'com.github.ben-manes.caffeine:caffeine:2.4.0'

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

[incubator-openwhisk] 02/02: Add ability to add own environments without polluting git

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

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git

commit 6660a0d34a025d87705b55045c267f882a3a104c
Author: Christian Bickel <cb...@de.ibm.com>
AuthorDate: Mon Aug 7 08:30:10 2017 +0200

    Add ability to add own environments without polluting git
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6e8a0c1..ae7a95b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,13 @@ default.props
 results
 *.retry
 
+# Environments
+/ansible/environments/*
+!/ansible/environments/distributed
+!/ansible/environments/docker-machine
+!/ansible/environments/local
+!/ansible/environments/mac
+
 # Eclipse
 bin/
 **/.project

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