-
-
Notifications
You must be signed in to change notification settings - Fork 431
Add a conda-forge mirrored_channel #817
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: main
Are you sure you want to change the base?
Conversation
Only constructor>=3.12.0 has support for mirrored channels
I would like @wolfv 's thumbs up on this before I start to consider. Here is the question I have: Q: Does this change mean that I would be downloading TWO repo datas? Backstory:
|
It only downloads one repodata. It fall backs to prefix.dev on a per-file basis. |
Will this affect users that are on a corporate network that get blocked from public channels? Should they remove the mirrored_channels if they are replacing conda-forge under channels with their internal/private proxy remote? Or should they leave conda-forge as the primary and replace the anaconda and prefix mirrors with their internal/private proxy remotes? |
This only impacts what it means to get things from "conda-forge". |
Thanks @SylvainCorlay. We rebuild the installer with internal settings already in place so the end users don't have to update their condarc locally or on our build pipeline. Thank you for clearing that up! |
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.
Thx for answering my questions.
I would like to leave this open for like 2 weeks to ensure that others stakeholders have time to see it.
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.
Seems like a reasonable change
This PR adds
https://prefix.dev/conda-forge
as a backup to the defaultconda-forge
channel for a more robust installation.