apache/openwhisk-release

Verify we do not include any tooling dot `.` configuration files in source release

mrutkows opened this issue · 4 comments

Please make sure we do not include the following files which are for config. tooling:

.bin
.dockerignore
.git
.gitattributes
.github
.gitignore
.jshintrc
.pydevproject
.rat-excludes

or similar files prefixed with a dor . character.

@houshengbo Can we confirm that all TAR files we produce for source release have their "dot" configuration files and tooling directories deleted from final packaging?

@houshengbo if you have confirmed this by inspection of a TARs you generated for the repos. then feel free to close this issue. I would appreciate a link to the PR (and file) where you fixed (and configured) this.

@mrutkows .dockerignore has to stay, because we need to build the docker images locally based on it to determine what are copied into the images.

PR to fix this issue:
#182

This issue is closed, since #182 is merged.