conda / conda-build

Commands and tools for building conda packages
https://docs.conda.io/projects/conda-build/
Other
380 stars 421 forks source link

directories like xxx.git are removed from tarball #1655

Closed dfroger closed 7 years ago

dfroger commented 7 years ago

I'm trying to build a conda package for craftr, which contains a directory craftr/stl/craftr.utils.git/ that is filtered out from the tarball during build. The problem is then detected in tarcheck.py. See https://github.com/conda-forge/staged-recipes/pull/2189

I think it comes from the filter_files function.

I'm working on a PR.

msarahan commented 7 years ago

Thanks. Naive of me to think that filter files would always work...

Looking forward to the PR.

dfroger commented 7 years ago

The cool thing is that filter_files already has unit tests :)

github-actions[bot] commented 2 years ago

Hi there, thank you for your contribution!

This issue has been automatically locked because it has not had recent activity after being closed.

Please open a new issue if needed.

Thanks!