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

Add repodata.json.zst #573

Open
jonashaag opened this issue Nov 15, 2022 · 4 comments · May be fixed by #675
Open

Add repodata.json.zst #573

jonashaag opened this issue Nov 15, 2022 · 4 comments · May be fixed by #675
Assignees

Comments

@jonashaag
Copy link

Conda recently added a zstd compression version of repodata.json: conda/infrastructure#648

Would be great to have it here as well!

@simonbohnen
Copy link
Collaborator

simonbohnen commented Jan 3, 2023

I might look into this! Compression seems to be tested here for quetz:

pkgstore = config.get_package_store()

And creation of the repodata files happens here:

logger.debug(f"creating indexes for subdir {sdir} of channel {channel_name}")

And this uses the following function to actually write the file, including encrypted versions. Adding zst should probably happen here?

def add_temp_static_file(

@wolfv
Copy link
Member

wolfv commented Jan 3, 2023

yep, that sounds correct! :)

@janjagusch janjagusch self-assigned this Feb 16, 2023
@iklues17
Copy link

I am using version 0.9.2. In proxy mode, the repodata.json.zst file is not updated after initial creation.

@beenje
Copy link
Contributor

beenje commented Nov 21, 2023

I am using version 0.9.2. In proxy mode, the repodata.json.zst file is not updated after initial creation.

Just found the same issue. This is a problem as mamba is using that file by default.

@beenje beenje linked a pull request Nov 30, 2023 that will close this issue
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.

6 participants