We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This odd set of regexes determines what goes into the info- portion of a .conda versus the pkg- portion. https://github.com/conda/conda-package-handling/blob/main/src/conda_package_handling/utils.py#L438
info-
.conda
pkg-
It has some obvious mistakes. (Did not attempt to change it at the same time as the 2.0 release, for compatibility.)
We could audit the existing packages to see if we can use a simple "starts with info/" rule instead of whatever this is.
The part that filters .DS_Store etc. should stay.
.DS_Store
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
What happened?
This odd set of regexes determines what goes into the
info-
portion of a.conda
versus thepkg-
portion. https://github.com/conda/conda-package-handling/blob/main/src/conda_package_handling/utils.py#L438It has some obvious mistakes. (Did not attempt to change it at the same time as the 2.0 release, for compatibility.)
We could audit the existing packages to see if we can use a simple "starts with info/" rule instead of whatever this is.
The part that filters
.DS_Store
etc. should stay.The text was updated successfully, but these errors were encountered: