Skip to content

Commit 5025170

Browse files
authored
Remove 'incubat(ing, ion, or)' designation and disclaimer (#352)
1 parent fd1f48d commit 5025170

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

2525
A performant API Gateway based on Openresty and NGINX.

tools/travis/scan.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ set -ex
2222
SCRIPTDIR="$(cd "$(dirname "$0")" && pwd)"
2323
ROOTDIR="$SCRIPTDIR/../.."
2424
HOMEDIR="$ROOTDIR/.."
25-
UTILDIR="$HOMEDIR/incubator-openwhisk-utilities"
25+
UTILDIR="$HOMEDIR/openwhisk-utilities"
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
# run scancode util. against project source using the ASF strict configuration
3232
# exclude few bundled files from other open source projects that are MIT licensed

tools/travis/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ sudo apt-get -y install nodejs npm
3636
sudo npm install -g jshint
3737
cd $HOMEDIR
3838
# clone main openwhisk repo. for testing purposes
39-
git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
39+
git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
4040
cd openwhisk
4141
./tools/travis/setup.sh

0 commit comments

Comments
 (0)