Skip to content

Commit 4ad936a

Browse files
dgrove-ossjasonpet
authored andcommitted
tlp: remove incubator references & disclaimer (#197)
1 parent fa43d51 commit 4ad936a

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Provide as much context as possible so we can try to recreate the issue.
5353
### Discussion
5454

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

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

DISCLAIMER.txt

-1
This file was deleted.

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Apache OpenWhisk Alarm Package
2121

2222
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
23-
[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-package-alarms.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-package-alarms)
23+
[![Build Status](https://travis-ci.org/apache/openwhisk-package-alarms.svg?branch=master)](https://travis-ci.org/apache/openwhisk-package-alarms)
2424

2525
The `/whisk.system/alarms` package can be used to fire a trigger at a specified frequency. Alarms are useful for setting up recurring jobs or tasks, such as invoking a system backup action every hour.
2626

@@ -130,7 +130,3 @@ January 1, 2019, 00:00:00 UTC and will stop firing January 31, 2019, 23:59:00 UT
130130
# Building from Source
131131

132132
To build this package from source, execute the command `./gradlew distDocker`
133-
134-
# Disclaimer
135-
136-
Apache OpenWhisk Package Alarms 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.

tools/travis/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -e
2222

2323
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
2424
ROOTDIR="$SCRIPTDIR/../.."
25-
UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
25+
UTILDIR="$ROOTDIR/../openwhisk-utilities"
2626

2727
# run scancode
2828
cd $UTILDIR

tools/travis/setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ SCRIPTDIR=$(cd $(dirname "$0") && pwd)
2020
HOMEDIR="$SCRIPTDIR/../../../"
2121

2222
cd $HOMEDIR
23-
git clone https://github.com/apache/incubator-openwhisk-utilities.git
23+
git clone https://github.com/apache/openwhisk-utilities.git
2424

2525
cd $HOMEDIR
26-
git clone https://github.com/apache/incubator-openwhisk.git openwhisk
26+
git clone https://github.com/apache/openwhisk.git openwhisk
2727
cd $HOMEDIR/openwhisk
2828
./tools/travis/setup.sh
2929

0 commit comments

Comments
 (0)