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

[openwhisk-apigateway] branch master updated: Remove 'incubat(ing, ion, or)' designation and disclaimer (#352)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5025170  Remove 'incubat(ing, ion, or)' designation and disclaimer (#352)
5025170 is described below

commit 50251702f49689e04aec3bd2031fd6d78cf08b89
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Wed Aug 7 14:34:42 2019 -0500

    Remove 'incubat(ing, ion, or)' designation and disclaimer (#352)
---
 README.md             | 2 +-
 tools/travis/scan.sh  | 4 ++--
 tools/travis/setup.sh | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ae8fbf6..3b6ff6c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 OpenWhisk API Gateway
 =============
-[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-apigateway.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-apigateway)
+[![Build Status](https://travis-ci.org/apache/openwhisk-apigateway.svg?branch=master)](https://travis-ci.org/apache/openwhisk-apigateway)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 
 A performant API Gateway based on Openresty and NGINX.
diff --git a/tools/travis/scan.sh b/tools/travis/scan.sh
index ad16bc2..3e6de2e 100755
--- a/tools/travis/scan.sh
+++ b/tools/travis/scan.sh
@@ -22,11 +22,11 @@ set -ex
 SCRIPTDIR="$(cd "$(dirname "$0")" && pwd)"
 ROOTDIR="$SCRIPTDIR/../.."
 HOMEDIR="$ROOTDIR/.."
-UTILDIR="$HOMEDIR/incubator-openwhisk-utilities"
+UTILDIR="$HOMEDIR/openwhisk-utilities"
 
 # clone OpenWhisk utilities repo. in order to run scanCode
 cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk-utilities.git
+git clone https://github.com/apache/openwhisk-utilities.git
 
 # run scancode util. against project source using the ASF strict configuration
 # exclude few bundled files from other open source projects that are MIT licensed
diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index 45e866d..8d6e599 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -36,6 +36,6 @@ sudo apt-get -y install nodejs npm
 sudo npm install -g jshint
 cd $HOMEDIR
 # clone main openwhisk repo. for testing purposes
-git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
+git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
 cd openwhisk
 ./tools/travis/setup.sh