Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow reindexing .conda packages #703

Open
najose opened this issue Jul 30, 2024 · 3 comments · May be fixed by #705
Open

Allow reindexing .conda packages #703

najose opened this issue Jul 30, 2024 · 3 comments · May be fixed by #705

Comments

@najose
Copy link

najose commented Jul 30, 2024

We recently had to reindex our package store and noticed only tar.bz2 packages were showing up after reindexing.

From the code it seems only .tar.bz2 files are considered during reindex:

pkg_files = [f for f in all_files if f.endswith(".tar.bz2")]

Can we also enable it for .conda packages?

@wolfv
Copy link
Member

wolfv commented Sep 2, 2024

Hi @najose – yes, that is super reasonable. Do you want to make the PR or should I go ahead?

@najose
Copy link
Author

najose commented Sep 3, 2024

@wolfv, I've created #705.

@wolfv
Copy link
Member

wolfv commented Sep 3, 2024

Thanks. Looks like we need to fix the tests since conda-build changed something that broke one of the plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants