-
Notifications
You must be signed in to change notification settings - Fork 25
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
base_url CEP #61
base_url CEP #61
Conversation
I think this is great but what is the usecase for this? |
Anaconda is experimenting with having a collection of historical repodata.json pointing at the (supposed to be immutable) set of packages. I could have used this while developing jlap, which also had a test proxy to fetch repodata.json more quickly than conda was able to. Someone might also be interested in subsetting repodata.json for policy reasons. |
I would love to be able to directly use SHA hashes! At prefix we also use a content-addressable store, but we do the conversion on the server side now (which is a bit of a waste). We could also add a URL to each entry with a download URL. Or we can template the |
In rattler we do assume that the keys (filenames) are properly formatted and sorted for some speed optimizations so just using sha hashes wouldn't work there. |
I implemented this CEP in rattler: conda/rattler#322 |
Should we maybe start a vote on this CEP? |
Agreed, this would be awesome to have. |
@conda-incubator/steering This vote falls under the "Enhancement Proposal Approval" policy of the conda governance policy, It needs 60% of the Steering Council to vote To vote, please leave If you have questions concerning the proposal, you may also leave a comment or code review. This vote will end on 2024-01-18, End of Day, Anywhere on Earth (AoE). Note: This is an extended voting period to accommodate the start of the year and the complexity of the proposal. |
yes |
2 similar comments
yes |
yes |
yes (first |
yes |
Yes |
2 similar comments
Yes |
Yes |
@CJ-Wright @goanpeca @chenghlee @marcelotrevisani @jakirkham @mbargull @kkraus14 this is a reminder to please vote with YES / NO / ABSTAIN on this CEP :) |
Yes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Co-authored-by: Marcel Bargull <mbargull@users.noreply.github.com>
yes |
yes |
Yes |
Vote count:
The steering council consists of 15 people. |
LGTM, merge it. |
Done! |
Allow repodata.json and packages to live in separate places.