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

Improvements in the remotes management and API #12468

Merged
merged 5 commits into from
Nov 8, 2022

Conversation

memsharded
Copy link
Member

  • Removing external methods related to removes, centralized in RemotesAPI
  • Dropping global state ConanApp.selected_remotes and ConanApp.enabled_remotes
  • Leaving legacy ConanApp.load_remotes() with only update things, to be cleaned in another PR, this is only about the remotes
  • conan install will only use "enabled_remotes" those selected, so sources will not be retrieved from other repos not passed in -r=xxx arguments
  • Order of arguments in conan install -r=remote1 -r=remote2 matters now

@memsharded memsharded added this to the 2.0.0-beta5 milestone Nov 5, 2022
@memsharded memsharded marked this pull request as ready for review November 6, 2022 11:31
@czoido czoido merged commit 911234e into conan-io:develop2 Nov 8, 2022
@memsharded memsharded deleted the feature/develop2_remotes_api branch November 8, 2022 12:29
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

Successfully merging this pull request may close these issues.

2 participants