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?