You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/04/04 02:02:51 UTC

[incubator-openwhisk-catalog] branch master updated: Use the strict ASF release specific configuration for scancode.py (#265)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8c1002d  Use the strict ASF release specific configuration for scancode.py (#265)
8c1002d is described below

commit 8c1002dd5481ad215628ee7c7d46b63f11dfe0d1
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Tue Apr 3 21:02:49 2018 -0500

    Use the strict ASF release specific configuration for scancode.py (#265)
---
 tools/travis/build.sh | 2 +-
 tools/travis/setup.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 5f4a4a0..49a68dd 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -27,7 +27,7 @@ UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
 
 # run scancode
 cd $UTILDIR
-scancode/scanCode.py $ROOTDIR
+scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
 
 # run jshint
 cd $ROOTDIR/packages
diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index e43b9be..4532a83 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -21,6 +21,7 @@ HOMEDIR="$SCRIPTDIR/../../../"
 
 # jshint support
 sudo apt-get -y install nodejs npm
+sudo npm config set strict-ssl false
 sudo npm install -g jshint
 
 # clone utilties repo. in order to run scanCode.py

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