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/30 16:42:06 UTC

[GitHub] mrutkows opened a new issue #171: Automate checks to remove 'tests' (and other files) from source release TAR files

mrutkows opened a new issue #171: Automate checks to remove 'tests' (and other files) from source release TAR files
URL: https://github.com/apache/incubator-openwhisk-release/issues/171
 
 
   We need some utility that can programmatically confirm that specific folder/files are removed from the final TAR/ZIP files we release (as part of source release primarily).
   
   For example, we exclude all ```tests``` directories (and all their contents) from all repos. final source code release TAR files we upload to Apache SVN; however, we have no separate tool to verify the build step correctly removed files/folders we have identified.
   
   Other examples includes a "test" folder from apigateway repo. that is not named "tests":
   ```
   lua_modules
   ```
   and "ignore" files (from tooling) such as:
   ```
   .bin
   .dockerignore
   .git
   .gitattributes
   .github
   .gitignore
   .jshintrc
   .profiling.*
   .pydevproject
   .rat-excludes
   ```

----------------------------------------------------------------
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