You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/05/14 18:26:23 UTC

[incubator-openwhisk] branch master updated: Fix last scancode issues with performance directory & increase granularity.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3c12c2f  Fix last scancode issues with performance directory & increase granularity.
3c12c2f is described below

commit 3c12c2f3b8a36d3f9800251ec35aae687916f3f6
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Mon May 14 12:27:00 2018 -0500

    Fix last scancode issues with performance directory & increase granularity.
---
 performance/README.md          | 23 ++++++++++++-----------
 performance/wrk_tests/post.lua |  2 +-
 tools/travis/build.sh          |  2 +-
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/performance/README.md b/performance/README.md
index 17ec2ce..71302c1 100644
--- a/performance/README.md
+++ b/performance/README.md
@@ -1,18 +1,19 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more contributor
-# license agreements.  See the NOTICE file distributed with this work for additional
-# information regarding copyright ownership.  The ASF licenses this file to you
-# under the Apache License, Version 2.0 (the # "License"); you may not use this
-# file except in compliance with the License.  You may obtain a copy of the License
-# at:
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+#     http://www.apache.org/licenses/LICENSE-2.0
 #
-# Unless required by applicable law or agreed to in writing, software distributed
-# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-# CONDITIONS OF ANY KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations under the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 #
 -->
 # :electric_plug: Apache OpenWhisk - Performance Tests
diff --git a/performance/wrk_tests/post.lua b/performance/wrk_tests/post.lua
index e3e664c..ab5401b 100644
--- a/performance/wrk_tests/post.lua
+++ b/performance/wrk_tests/post.lua
@@ -1 +1 @@
-wrk.method = "POST"
\ No newline at end of file
+wrk.method = "POST"
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 405b854..2a03a48 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -31,7 +31,7 @@ git clone https://github.com/apache/incubator-openwhisk-utilities.git
 
 # run the scancode util. against project source code starting at its root
 cd $UTILDIR
-scancode/scanCode.py --config scancode/ASF-Release-v2.cfg $ROOTDIR
+scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
 
 # run scalafmt checks
 cd $ROOTDIR

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.