-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update URLs after graduation #324
Conversation
@@ -292,11 +292,11 @@ def install(args, parser, command='install'): | |||
# Other solvers might implement their own internal retry logic without | |||
# depending --freeze-install implicitly like conda classic does. Example | |||
# retry loop in conda-libmamba-solver: | |||
# https://github.com/conda-incubator/conda-libmamba-solver/blob/da5b1ba/conda_libmamba_solver/solver.py#L254-L299 | |||
# https://github.com/conda/conda-libmamba-solver/blob/da5b1ba/conda_libmamba_solver/solver.py#L254-L299 |
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.
@jezdez I believe you use some global search and replace here, right? These two URLs won't be the same.
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.
Agreed, and fixed in cb682df
Probably closes #326 |
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.
I think this is ready to merge.
92100da
to
0826afd
Compare
Description
Update some URLs following #319.