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 2017/10/17 14:21:43 UTC

[incubator-openwhisk] branch master updated (f0ded00 -> eb191ec)

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.git.


    from f0ded00  Move java runtime into its own repo (#2821)
     add eb191ec  Move swift runtime into its own repo (#2822)

No new revisions were added by this update.

Summary of changes:
 core/swift3.1.1Action/Dockerfile                  |  31 +--
 core/swift3.1.1Action/build.gradle                |  38 ---
 core/swift3.1.1Action/buildandrecord.py           |  77 ------
 core/swift3.1.1Action/spm-build/Package.swift     |  27 ---
 core/swift3Action/Dockerfile                      |  10 +-
 core/swift3Action/build.gradle                    |  10 -
 core/swift3Action/buildandrecord.py               |  76 ------
 core/swift3Action/epilogue.swift                  |  78 ------
 core/swift3Action/spm-build/Package.swift         |  28 ---
 core/swift3Action/spm-build/_Whisk.swift          | 275 ----------------------
 core/swift3Action/spm-build/_WhiskJSONUtils.swift | 169 -------------
 core/swift3Action/swift3runner.py                 | 114 ---------
 12 files changed, 2 insertions(+), 931 deletions(-)
 delete mode 100755 core/swift3.1.1Action/buildandrecord.py
 delete mode 100755 core/swift3.1.1Action/spm-build/Package.swift
 delete mode 100644 core/swift3Action/buildandrecord.py
 delete mode 100644 core/swift3Action/epilogue.swift
 delete mode 100644 core/swift3Action/spm-build/Package.swift
 delete mode 100644 core/swift3Action/spm-build/_Whisk.swift
 delete mode 100644 core/swift3Action/spm-build/_WhiskJSONUtils.swift
 delete mode 100644 core/swift3Action/swift3runner.py

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