Skip to content

Commit 9e5f2d8

Browse files
dgrove-ossrabbah
authored andcommitted
tlp: remove incubator references and disclaimer (#73)
1 parent aeadcf5 commit 9e5f2d8

9 files changed

Lines changed: 11 additions & 16 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ information shown below.
1414
If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
1515
1616
For more information about reporting issues, see
17-
https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
17+
https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
1818
1919
Use the commands below to provide key information from your environment:
2020
You do not have to include this information if this is a feature request.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ deploy:
4444
tags: true
4545
all_branches: true
4646
condition: "${TRAVIS_TAG%@*} = dockerskeleton || ${TRAVIS_TAG%@*} = example"
47-
repo: apache/incubator-openwhisk-runtime-docker
47+
repo: apache/openwhisk-runtime-docker
4848
- provider: script
4949
script: "./tools/travis/publish.sh openwhisk dockerskeleton nightly && ./tools/travis/publish.sh openwhisk example nightly"
5050
on:
5151
branch: master
52-
repo: apache/incubator-openwhisk-runtime-docker
52+
repo: apache/openwhisk-runtime-docker
5353
- provider: releases
5454
api_key:
5555
secure: R+7PrIf0bLqcQJ9XRQX1Arnund9p0CRdn4TQbvK2kz0h69y233FS7JVa+U6mEptzUErLa90PrONDfB/iNC1YLn/pIfGsM2l34CTC0OQPgHRuY6uBg48jM7rRAM3nUHseFHF2o9Hh0zXZRI4lj+nYe1LTR0Xsn50AGtPAeIEHItv4ojGzujgeBZsjBjCSLbEGxRjP8XqAgs/PA4QrmcSXlP4fEwidEOp3wqAaTIpHRksu7nv3j8H3IpWG6M3hAYn0LJcLi5pF4jwsq85H/+BGRp0ZbVW7uZtpl/bI5T0DkmPXEI4ywcwb3w8CCFs9WMNwB9zMs5j3MFX2dzzPNLJ5ostuEY6Vwzz0tdaqEoAB7n2kLd0akKX/WJiu7Jh35Ul3tYhLpNIWmO6bjaYY7fEdtXX1WLBVIlJIEd+wfDd3a85sIFTQj1YT9os1iS4B3vc9tpbw5D51qzqSRNtoAfV3tablp5obddhKe8iLeSB41lY4Qm+K41IgwxWKiRiNXDFkOPaa3MgAanGzzouQYrbShw+k7oCg8yJqX1NH4vP1H1CAa8OCAdw4aa06xHUk9kNQfIeOl4n9pBRL5dS4VGccCKulWf6ZRo3ypmP7sJL/vbrAs/lZJNteImrm0MtCPJq/5H5eOrQ5A/Kd1hkK7kquXYsXATgVFkasHqWUH6lKurE=
@@ -60,7 +60,7 @@ deploy:
6060
tags: true
6161
all_branches: true
6262
condition: "${TRAVIS_TAG%@*} = sdk"
63-
repo: apache/incubator-openwhisk-runtime-docker
63+
repo: apache/openwhisk-runtime-docker
6464
env:
6565
global:
6666
- secure: DG9V6udwMMKoDbFZJCjau0KAdUTPqGCIBvrPCblpXYEH35QcpxR9MfL3A42h4AbQjsmn5sg7zIMkDI1q5Fsvo0ood8z/mrUbPldF5dEnSPwzjV/ErGoFWPdKyPvkyO567XQD2GU7ZL1GjB/marq2qS+zx7ZCbkxAJSOiDS5/c3dD2yt0QHKkMKYt5Au+qs674y2VPNM6gUwtxY8GjyE3I6MubIqmimUAHcdt+PBcIeJOF2CET01KiOUVRUaKlKgSnkKks31ojKMcwwHJue7/KJ1fbUMz1traenGKA2NoD4qR58QRYCB+W47vKvtX6K7jL7w7Ck+IJ3MJOZjP1V8GKoNhfPgxuxZpWnJaZ61iaOYLAkwqr1bicf1qkDzDXE34XouGkocOJWvU4lE9MiuP3VWhpQAeV62pDDxnD8aApmbykCuhcD6cUwbbi7UF2irnOLdDLd8wpP3OCo9faHSqmjlnzzLR+KzZoU5J7P0NXTdLOEwBIyzvQv3s0AvxNazUR7vfA+HDU4qM1dyfKUKBJegAcbWSRpiH593FnWXYDWIn0Ib9ygnk68EfyEFTc4Ns3IZrYIJkOtdXcevU6vpQf8HFwJUxOJOeEKjbu/xNKWTjceBzsgMIk8eq4+Z4Ye84rPI3oQ99UoQlX3QjOyfgHzTH+mctotHM7V8puW3V2wQ=

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ A good enhancement request comes with an explanation of what you are trying to d
5757
### Discussion
5858

5959
Please use the project's developer email list to engage our community:
60-
[dev@openwhisk.incubator.apache.org](dev@openwhisk.incubator.apache.org)
60+
[dev@openwhisk.apache.org](dev@openwhisk.apache.org)
6161

6262
In addition, we provide a "dev" Slack team channel for conversations at:
6363
https://openwhisk-team.slack.com/messages/dev/

DISCLAIMER.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Apache OpenWhisk runtimes for docker
2121
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
22-
[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-runtime-docker.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-runtime-docker)
22+
[![Build Status](https://travis-ci.org/apache/openwhisk-runtime-docker.svg?branch=master)](https://travis-ci.org/apache/openwhisk-runtime-docker)
2323

2424

2525
### Give it a try today
@@ -92,7 +92,3 @@ Then create the action using your image from dockerhub
9292
wsk action update myAction myAction.zip --docker $user_prefix/dockerskeleton
9393
```
9494
The `$user_prefix` is usually your dockerhub user id.
95-
96-
# Disclaimer
97-
98-
Apache OpenWhisk Runtime Docker 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 that the project has yet to be fully endorsed by the ASF.

core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Changes:
2727

2828
## 1.3.3 (Apache 1.12.0)
2929
Changes:
30-
- Update run handler to accept more environment variables [#55](https://github.com/apache/incubator-openwhisk-runtime-docker/pull/55)
30+
- Update run handler to accept more environment variables [#55](https://github.com/apache/openwhisk-runtime-docker/pull/55)
3131

3232
## 1.3.2
3333
Changes:

core/actionProxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ By convention the action executable may log messages to `stdout` and `stderr`. T
3737

3838
A return value is optional but must be a JSON object (properly serialized) if present.
3939

40-
For an example implementation of an `ActionRunner` that overrides `epilogue()` and `build()` see the [Swift 3](../swift3Action/swift3runner.py) action proxy. An implementation of the runner for Python actions is available [here](https://github.com/apache/incubator-openwhisk-runtime-python/blob/master/core/pythonAction/pythonrunner.py). Lastly, an example Docker action that uses `C` is available in this [example](../../sdk/docker/Dockerfile).
40+
For an example implementation of an `ActionRunner` that overrides `epilogue()` and `build()` see the [Swift 3](../swift3Action/swift3runner.py) action proxy. An implementation of the runner for Python actions is available [here](https://github.com/apache/openwhisk-runtime-python/blob/master/core/pythonAction/pythonrunner.py). Lastly, an example Docker action that uses `C` is available in this [example](../../sdk/docker/Dockerfile).

tools/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -ex
2323
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
2424
ROOTDIR="$SCRIPTDIR/../.."
2525
WHISKDIR="$ROOTDIR/../openwhisk"
26-
UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
26+
UTILDIR="$ROOTDIR/../openwhisk-utilities"
2727

2828
export OPENWHISK_HOME=$WHISKDIR
2929

tools/travis/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ HOMEDIR="$SCRIPTDIR/../../../"
2626

2727
# clone OpenWhisk utilities repo. in order to run scanCode
2828
cd $HOMEDIR
29-
git clone https://github.com/apache/incubator-openwhisk-utilities.git
29+
git clone https://github.com/apache/openwhisk-utilities.git
3030

3131
# clone main openwhisk repo. for testing purposes
32-
git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
32+
git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
3333
cd openwhisk
3434

3535
./tools/travis/setup.sh

0 commit comments

Comments
 (0)