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

[feature-request] auto-transmute #111

Closed
dhirschfeld opened this issue Sep 23, 2020 · 4 comments
Closed

[feature-request] auto-transmute #111

dhirschfeld opened this issue Sep 23, 2020 · 4 comments

Comments

@dhirschfeld
Copy link
Contributor

The new .conda package format is more efficient than the old .bz2 format.

The conda-package-handling library can transmute .bz2 packages into the new .conda format. To make the quetz server as fast and efficient as possible it would be great to be able cache transmuted packages if the source was a .bz2 package so that quetz only served .conda packages.

@wolfv
Copy link
Member

wolfv commented Sep 23, 2020

Yes we will add this capability to our mamba (C++) library soon (and also use it in boa).
I'll work on this this week :)

@wolfv
Copy link
Member

wolfv commented Nov 5, 2020

we might be able to implement this with plugins now. what do you think @btel?

@wolfv
Copy link
Member

wolfv commented Dec 15, 2020

we have this now in master :)

@wolfv wolfv closed this as completed Dec 15, 2020
@wolfv
Copy link
Member

wolfv commented Dec 15, 2020

improvements are coming in #244

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

No branches or pull requests

2 participants