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-python.git
The following commit(s) were added to refs/heads/master by this push:
new 80b3c36 tlp: remove incubator references and disclaimer (#68)
80b3c36 is described below
commit 80b3c3671566cadf3baadc66431b3bac8fbff609
Author: David Grove <[email protected]>
AuthorDate: Fri Aug 23 10:13:12 2019 -0400
tlp: remove incubator references and disclaimer (#68)
---
.github/ISSUE_TEMPLATE.md | 2 +-
.travis.yml | 4 ++--
CONTRIBUTING.md | 2 +-
DISCLAIMER.txt | 1 -
README.md | 6 +-----
core/python2Action/Dockerfile | 2 +-
core/python3AiAction/Dockerfile | 2 +-
core/pythonActionLoop/Dockerfile | 4 ++--
tools/travis/build.sh | 2 +-
tools/travis/setup.sh | 4 ++--
10 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 8ff1432..049789d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -14,7 +14,7 @@ information shown below.
If you are reporting an enhancement request, please include information on
what you are trying to achieve and why that enhancement would help you.
For more information about reporting issues, see
-https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
+https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
Use the commands below to provide key information from your environment:
You do not have to include this information if this is a feature request.
diff --git a/.travis.yml b/.travis.yml
index 50e6464..dff4134 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,12 +38,12 @@ deploy:
on:
tags: true
all_branches: true
- repo: apache/incubator-openwhisk-runtime-python
+ repo: apache/openwhisk-runtime-python
- provider: script
script: "./tools/travis/publish.sh openwhisk 3 nightly &&
./tools/travis/publish.sh openwhisk 3-ai nightly && ./tools/travis/publish.sh
openwhisk 3-loop nightly"
on:
branch: master
- repo: apache/incubator-openwhisk-runtime-python
+ repo: apache/openwhisk-runtime-python
env:
global:
- secure:
Ac7MlWUpsLwmbcjCigDf+vftiXAEJbf78FVm2QCd4IeFqlRiNbQm3bWRXOOW3Zqh4R4o/wSFpFq0qKPrI9WJjOcxD0GxFboq2iGWTegddfDbENV/IBmjurl6NzYY6dUB7GUSmHYy6tdKnxMhjHzZCn2m4OVWltcMtnOV0G+uYvbnre7vXfb67duzJF+mYpJJ7rC0wGh+N50bYvm0BTtPcQMYJibq6sDTY8Lr1b74QGdM/sODre69CbuiwAA7Ed0hajEcMkv8YnwY0De/PL7hthUyCWSD+i1AhtD+3odA64yX/pAbBzfCcqPoI0Nt5ZmAAUKLJ9pAHCc74dlmYzj9wj1z5TS0nLOE2l++vNvgsA3/c+lqrBv6hc9FmSKx4yfNdFCakVLEfdRJw/45ibIRN5dCW5tDdIx8aciBV8c0CyYgSLRvtVuvw5IX7fbwhHOZ8ftTRzCHS0Nd9zs4x3za+1aucWFQEyrk
[...]
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3c0595b..d8f8faa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -57,7 +57,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 fbb0b76..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-Apache OpenWhisk Runtime Python 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 [...]
diff --git a/README.md b/README.md
index 51920ab..b8699fa 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
# Apache OpenWhisk runtimes for Python
[](http://www.apache.org/licenses/LICENSE-2.0)
-[](https://travis-ci.org/apache/incubator-openwhisk-runtime-python)
+[](https://travis-ci.org/apache/openwhisk-runtime-python)
### Give it a try today
@@ -117,7 +117,3 @@ Using IntelliJ:
-Dhttp.proxyHost=localhost
-Dhttp.proxyPort=3128
```
-
-# Disclaimer
-
-Apache OpenWhisk Runtime Python 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 [...]
diff --git a/core/python2Action/Dockerfile b/core/python2Action/Dockerfile
index 570d3c9..71daa5a 100644
--- a/core/python2Action/Dockerfile
+++ b/core/python2Action/Dockerfile
@@ -50,7 +50,7 @@ RUN pip install --no-cache-dir --upgrade pip setuptools six \
ENV FLASK_PROXY_PORT 8080
# Add the action proxy
-ADD
https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/master/core/actionProxy/actionproxy.py
/actionProxy/actionproxy.py
+ADD
https://raw.githubusercontent.com/apache/openwhisk-runtime-docker/master/core/actionProxy/actionproxy.py
/actionProxy/actionproxy.py
ADD pythonrunner.py /pythonAction/
RUN mkdir -p /action
diff --git a/core/python3AiAction/Dockerfile b/core/python3AiAction/Dockerfile
index be7e7f7..eae6c7c 100644
--- a/core/python3AiAction/Dockerfile
+++ b/core/python3AiAction/Dockerfile
@@ -53,7 +53,7 @@ COPY requirements.txt requirements.txt
RUN pip3 install --upgrade pip six && pip3 install --no-cache-dir -r
requirements.txt
RUN mkdir -p /actionProxy
-ADD
https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/dockerskeleton%401.3.3/core/actionProxy/actionproxy.py
/actionProxy/actionproxy.py
+ADD
https://raw.githubusercontent.com/apache/openwhisk-runtime-docker/dockerskeleton%401.3.3/core/actionProxy/actionproxy.py
/actionProxy/actionproxy.py
RUN mkdir -p /pythonAction
COPY pythonrunner.py /pythonAction/pythonrunner.py
diff --git a/core/pythonActionLoop/Dockerfile b/core/pythonActionLoop/Dockerfile
index 22d765a..da2d46a 100644
--- a/core/pythonActionLoop/Dockerfile
+++ b/core/pythonActionLoop/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 3424cdb..6315f1a 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -26,9 +26,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