You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/08/23 14:14:58 UTC

[openwhisk-composer] branch master updated: tlp: remove incubator references and disclaimer (#49)

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-composer.git


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

commit 4b7b9f76f8d39d92e03eff54bc705a5c3470e3e3
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Aug 23 10:14:53 2019 -0400

    tlp: remove incubator references and disclaimer (#49)
---
 CONTRIBUTING.md      |  2 +-
 DISCLAIMER.txt       |  1 -
 README.md            | 12 ++++--------
 docs/COMPOSITIONS.md |  6 +++---
 package.json         |  4 ++--
 travis/scancode.sh   |  4 ++--
 travis/setup.sh      |  2 +-
 7 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cf5d5b2..05d5ebe 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:
-[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 aa67e53..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-Apache OpenWhisk Composer 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  [...]
diff --git a/README.md b/README.md
index 37626d3..8fa12c8 100644
--- a/README.md
+++ b/README.md
@@ -19,19 +19,19 @@
 
 # Apache OpenWhisk Composer
 
-[![Travis](https://travis-ci.org/apache/incubator-openwhisk-composer.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-composer)
+[![Travis](https://travis-ci.org/apache/openwhisk-composer.svg?branch=master)](https://travis-ci.org/apache/openwhisk-composer)
 [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 [![Join
 Slack](https://img.shields.io/badge/join-slack-9B69A0.svg)](http://slack.openwhisk.org/)
 
 Composer is a new programming model for composing cloud functions built on
-[Apache OpenWhisk](https://github.com/apache/incubator-openwhisk). With
+[Apache OpenWhisk](https://github.com/apache/openwhisk). With
 Composer, developers can build even more serverless applications including using
 it for IoT, with workflow orchestration, conversation services, and devops
 automation, to name a few examples.
 
 Composer synthesizes OpenWhisk [conductor
-actions](https://github.com/apache/incubator-openwhisk/blob/master/docs/conductors.md)
+actions](https://github.com/apache/openwhisk/blob/master/docs/conductors.md)
 to implement compositions. Compositions have all the attributes and capabilities
 of an action, e.g., default parameters, limits, blocking invocation, web export.
 
@@ -141,7 +141,7 @@ actions.
 
 Compositions are implemented by means of OpenWhisk conductor actions. The
 [documentation of conductor
-actions](https://github.com/apache/incubator-openwhisk/blob/master/docs/conductors.md)
+actions](https://github.com/apache/openwhisk/blob/master/docs/conductors.md)
 explains execution traces in greater details.
 
 While composer does not limit in principle the length of a composition,
@@ -207,7 +207,3 @@ dictionary must contain a field named `ignore_certs` with value `true`:
 
 This explicit SSL configuration is currently only necessary when using parallel
 combinators or the `async` combinator.
-
-# Disclaimer
-
-Apache OpenWhisk Composer 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  [...]
diff --git a/docs/COMPOSITIONS.md b/docs/COMPOSITIONS.md
index 7f72223..9699038 100644
--- a/docs/COMPOSITIONS.md
+++ b/docs/COMPOSITIONS.md
@@ -126,12 +126,12 @@ Deploying such a composition deploys the embedded actions.
 ## Conductor actions
 
 Compositions are implemented by means of OpenWhisk [conductor
-actions](https://github.com/apache/incubator-openwhisk/blob/master/docs/conductors.md).
+actions](https://github.com/apache/openwhisk/blob/master/docs/conductors.md).
 Compositions have all the attributes and capabilities of an action, e.g.,
 default parameters, limits, blocking invocation, web export. Execution
-[traces](https://github.com/apache/incubator-openwhisk/blob/master/docs/conductors.md#activations)
+[traces](https://github.com/apache/openwhisk/blob/master/docs/conductors.md#activations)
 and
-[limits](https://github.com/apache/incubator-openwhisk/blob/master/docs/conductors.md#limits)
+[limits](https://github.com/apache/openwhisk/blob/master/docs/conductors.md#limits)
 of compositions follow from conductor actions.
 
 The conductor action code for a composition may be obtained by means of the
diff --git a/package.json b/package.json
index 1369d04..8893761 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "openwhisk-composer",
   "version": "0.11.0",
   "description": "Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.",
-  "homepage": "https://github.com/apache/incubator-openwhisk-composer",
+  "homepage": "https://github.com/apache/openwhisk-composer",
   "main": "composer.js",
   "scripts": {
     "test": "standard && mocha"
@@ -23,7 +23,7 @@
   ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/apache/incubator-openwhisk-composer.git"
+    "url": "https://github.com/apache/openwhisk-composer.git"
   },
   "keywords": [
     "functions",
diff --git a/travis/scancode.sh b/travis/scancode.sh
index 3bf9578..2c354bb 100755
--- a/travis/scancode.sh
+++ b/travis/scancode.sh
@@ -22,11 +22,11 @@ set -e
 SCRIPTDIR=$(cd $(dirname "$0") && pwd)
 ROOTDIR="$SCRIPTDIR/../"
 HOMEDIR="$SCRIPTDIR/../../"
-UTIL_DIR="$HOMEDIR/incubator-openwhisk-utilities"
+UTIL_DIR="$HOMEDIR/openwhisk-utilities"
 
 # clone OpenWhisk utilities repo. in order to run scanCode.py
 cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk-utilities.git
+git clone https://github.com/apache/openwhisk-utilities.git
 
 # run scancode
 cd $UTIL_DIR
diff --git a/travis/setup.sh b/travis/setup.sh
index d0e6747..ac48a00 100755
--- a/travis/setup.sh
+++ b/travis/setup.sh
@@ -32,7 +32,7 @@ docker pull openwhisk/nodejs6action &
 
 # Clone OpenWhisk
 cd $ROOTDIR
-git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
+git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
 
 # Install Ansible
 pip install --user ansible==2.5.2