You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/29 21:44:06 UTC

[GitHub] mrutkows opened a new issue #168: Move scancode before Lua test dependencies are intalled

mrutkows opened a new issue #168: Move scancode before Lua test dependencies are intalled
URL: https://github.com/apache/incubator-openwhisk-release/issues/168
 
 
   Currently scancode runs AFTER many Lua test dependencies are installed as part the ```install``` Travis step in "isntsall-deps.sh":
   
   ````
   install:
     - cd tests
   - ./install-deps.sh
   ```
   
   but, scancode runs in the later Travis step ```script``` which forces our ASF-Release.cfg having to exclude directories ```lua_install``` and ```tests/lua_modules``` which we should not even be scanning. 
   
   We should try and move the invocation of "scancode" to right after we install it in the "setup.sh" travis script.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services