Skip to content

Allow reindexing .conda packages #703

@najose

Description

@najose

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions