-
Notifications
You must be signed in to change notification settings - Fork 423
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
Document how to use hotfix_source_repo #3513
Comments
I'm imagining a syntax such as:
...but maybe that's not correct and it needs a local checkout? It would be good if someone could let me know if I'm on the right track. |
Just waiting on the cloudflare CDN issue before I can install the latest and actually test it out... |
Confirmation from gitter:
|
Closed by #3931 |
Hi there, thank you for your contribution! This issue has been automatically locked because it has not had recent activity after being closed. Please open a new issue if needed. Thanks! |
IIUC the raw output from
conda index
is no longer useful as conda won't be able install packages based on it - instead, the raw output must be patched with the hotfixes in a given repo.It appears that for anaconda packages the hotfixes live at:
...whereas for conda-forge the hotfixes live at:
Am I correct so far?
I was then trying to grok how to apply these hotfixes when I came accross the
hotfix_source_repo
argument in theupdate_index
function:conda-build/conda_build/index.py
Lines 296 to 299 in 12319d3
It seems like this might do exactly what I'm after but I'm not too sure how to use it.
The text was updated successfully, but these errors were encountered: