You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/08/19 18:13:25 UTC

[openwhisk-package-alarms] branch master updated: tlp: remove incubator references & disclaimer (#197)

This is an automated email from the ASF dual-hosted git repository.

japetrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ad936a  tlp: remove incubator references & disclaimer (#197)
4ad936a is described below

commit 4ad936ac80e844efc1d2d5339a9b6a105bfff03b
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Aug 19 14:13:19 2019 -0400

    tlp: remove incubator references & disclaimer (#197)
---
 CONTRIBUTING.md       | 2 +-
 DISCLAIMER.txt        | 1 -
 README.md             | 6 +-----
 tools/travis/build.sh | 2 +-
 tools/travis/setup.sh | 4 ++--
 5 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab2f597..10fc92a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,7 +53,7 @@ Provide as much context as possible so we can try to recreate the issue.
 ### Discussion
 
 Please use the project's developer email list to engage our community:
-[dev@openwhisk.incubator.apache.org](dev@openwhisk.incubator.apache.org)
+[dev@openwhisk.apache.org](dev@openwhisk.apache.org)
 
 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 baf6e4c..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-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 [...]
diff --git a/README.md b/README.md
index 0855830..5a375b1 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 # Apache OpenWhisk Alarm Package
 
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-package-alarms.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-package-alarms)
+[![Build Status](https://travis-ci.org/apache/openwhisk-package-alarms.svg?branch=master)](https://travis-ci.org/apache/openwhisk-package-alarms)
 
 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.
 
@@ -130,7 +130,3 @@ January 1, 2019, 00:00:00 UTC and will stop firing January 31, 2019, 23:59:00 UT
 # Building from Source
 
 To build this package from source, execute the command `./gradlew distDocker`
-
-# Disclaimer
-
-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 [...]
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 1666b4d..e6eb8e4 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -22,7 +22,7 @@ set -e
 
 SCRIPTDIR=$(cd $(dirname "$0") && pwd)
 ROOTDIR="$SCRIPTDIR/../.."
-UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
+UTILDIR="$ROOTDIR/../openwhisk-utilities"
 
 # run scancode
 cd $UTILDIR
diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index 6dcffac..d00b1d2 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -20,10 +20,10 @@ SCRIPTDIR=$(cd $(dirname "$0") && pwd)
 HOMEDIR="$SCRIPTDIR/../../../"
 
 cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk-utilities.git
+git clone https://github.com/apache/openwhisk-utilities.git
 
 cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk.git openwhisk
+git clone https://github.com/apache/openwhisk.git openwhisk
 cd $HOMEDIR/openwhisk
 ./tools/travis/setup.sh