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/openwhisk-runtime-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new a221d1f tlp: remove incubator references and disclaimer (#30)
a221d1f is described below
commit a221d1f2092d4fb046c0ef013768ad1b8996d344
Author: David Grove <[email protected]>
AuthorDate: Sat Aug 17 00:51:19 2019 -0400
tlp: remove incubator references and disclaimer (#30)
---
.travis.yml | 4 ++--
CONTRIBUTING.md | 2 +-
DISCLAIMER.txt | 1 -
README.md | 2 +-
core/ruby2.6ActionLoop/Dockerfile | 4 ++--
tools/travis/build.sh | 2 +-
tools/travis/setup.sh | 4 ++--
7 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 73335d2..c573992 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,12 +34,12 @@ deploy:
on:
tags: true
all_branches: true
- repo: apache/incubator-openwhisk-runtime-ruby
+ repo: apache/openwhisk-runtime-ruby
- provider: script
script: "./tools/travis/publish.sh openwhisk 2.5 nightly &&
./tools/travis/publish.sh openwhisk 2.6 nightly"
on:
branch: master
- repo: apache/incubator-openwhisk-runtime-ruby
+ repo: apache/openwhisk-runtime-ruby
env:
global:
- secure:
XzlQe3SFrxEgkGGeC5vLYp1LqrpRZwZg12zD6SGlbAqzXSOBBj4bC5aGsUc4bJHTE5FqfwZYC28H1b2dT5ixIhsm3Klkzaw0WP8FwMk0N300XuJ+TsVg0ByETFyycyHG4uvgvwhGCqm+mkCXkqacO0aC1zzAKfQPRfbfhbK0ofgYcpkjecUqPR/glk7iD5NZMbajjQP652AQYa78C0yGccBAvv1sxxq8eKokwTTKyiN1yCtyXm7q5lTQsiRkpt6WqQXeNDvJvAgTfjoc3zL+SUqLHt2eE4TFzmfRINyiKYQwxQubbvpZudS9LYY3vHNcJGNuHd+e88WgjlR9x9PajKJ+9nimZUuNSgFSX5VQVPs4Ebp12aqMm/7Zt5pISzHoHGX5VtnbgQX4Vtd64HZu/Ld6FEbHuHMJY2B8260V1Dzgc0UVYlN26vJ4RvbqhKNKzj1YnF5Hx3MH/jgWp+UFu9g2yUKFur4E
[...]
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f06857d..ab1fd94 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -56,7 +56,7 @@ A good enhancement request comes with an explanation of what
you are trying to d
### Discussion
Please use the project's developer email list to engage our community:
-[[email protected]]([email protected])
+[[email protected]]([email protected])
In addition, we provide a "dev" Slack team channel for conversations at:
https://openwhisk-team.slack.com/messages/dev/
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
deleted file mode 100644
index 83e9b94..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-Apache OpenWhisk Runtime Ruby is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is
required of all newly accepted projects until a further review indicates that
the infrastructure, communications, and decision making process have stabilized
in a manner consistent with other successful ASF projects. While incubation
status is not necessarily a reflection of the completeness or stability of the
code, it does indicate t [...]
diff --git a/README.md b/README.md
index 7c0bc4c..57c60b9 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
-->
# Apache OpenWhisk runtimes for Ruby
-[](https://travis-ci.org/apache/incubator-openwhisk-runtime-ruby)
+[](https://travis-ci.org/apache/openwhisk-runtime-ruby)
### Give it a try today
To use as a docker action
diff --git a/core/ruby2.6ActionLoop/Dockerfile
b/core/ruby2.6ActionLoop/Dockerfile
index 8101032..f307aca 100644
--- a/core/ruby2.6ActionLoop/Dockerfile
+++ b/core/ruby2.6ActionLoop/Dockerfile
@@ -15,10 +15,10 @@
# limitations under the License.
#
FROM golang:1.11 as builder
-ENV
PROXY_SOURCE=https://github.com/apache/incubator-openwhisk-runtime-go/archive/[email protected]
+ENV
PROXY_SOURCE=https://github.com/apache/openwhisk-runtime-go/archive/[email protected]
RUN curl -L "$PROXY_SOURCE" | tar xzf - \
&& mkdir -p src/github.com/apache \
- && mv incubator-openwhisk-runtime-go-golang1.11-1.13.0-incubating \
+ && mv openwhisk-runtime-go-golang1.11-1.13.0-incubating \
src/github.com/apache/incubator-openwhisk-runtime-go \
&& cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
&& CGO_ENABLED=0 go build -o /bin/proxy
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index e3aa931..8ee3c2b 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -23,7 +23,7 @@ set -ex
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
ROOTDIR="$SCRIPTDIR/../.."
WHISKDIR="$ROOTDIR/../openwhisk"
-UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
+UTILDIR="$ROOTDIR/../openwhisk-utilities"
export OPENWHISK_HOME=$WHISKDIR
diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index a4e2031..cfdb4bf 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -35,9 +35,9 @@ HOMEDIR="$SCRIPTDIR/../../../"
# clone OpenWhisk utilities repo. in order to run scanCode
cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk-utilities.git
+git clone https://github.com/apache/openwhisk-utilities.git
# clone main openwhisk repo. for testing purposes
-git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
+git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
cd openwhisk
./tools/travis/setup.sh