You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/02/21 13:03:06 UTC

[incubator-openwhisk-runtime-python] branch master updated (0e8aa67 -> 148e578)

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

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


    from 0e8aa67  Update Travis to use remote as cli installation mode (#2)
     add 935771d  Use actionproxy from dockerSkeleton
     add 44f241e  fix ansible deploy
     add bdcf803  add slack notifications for travis
     add 8e29881  update travis notifications settings for slack
     add 5c7581b  added missing python from manifest runtimes
     add bfe8c32  dumb yaml :-(
     add 40cfde7  remove kafka config from ansible var
     new 148e578  Reduce clone-and-own by reusing action proxy code

The 1 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:
 .travis.yml                               |   6 +
 README.md                                 |   4 +-
 ansible/environments/local/group_vars/all |   8 +-
 ansible/environments/local/hosts          |   7 +-
 core/python2Action/Dockerfile             |   5 +-
 core/python2Action/actionproxy.py         | 271 ------------------------------
 6 files changed, 20 insertions(+), 281 deletions(-)
 delete mode 100644 core/python2Action/actionproxy.py

-- 
To stop receiving notification emails like this one, please contact
rabbah@apache.org.

[incubator-openwhisk-runtime-python] 01/01: Reduce clone-and-own by reusing action proxy code

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

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

commit 148e57807db83272865711e95ba999978cef2abd
Merge: 0e8aa67 40cfde7
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Wed Feb 21 05:03:03 2018 -0800

    Reduce clone-and-own by reusing action proxy code
    
    Use actionproxy from dockerSkeleton do not clown and own is the motto FTW!

 .travis.yml                               |   6 +
 README.md                                 |   4 +-
 ansible/environments/local/group_vars/all |   8 +-
 ansible/environments/local/hosts          |   7 +-
 core/python2Action/Dockerfile             |   5 +-
 core/python2Action/actionproxy.py         | 271 ------------------------------
 6 files changed, 20 insertions(+), 281 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rabbah@apache.org.