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

Fix/disabled remotes #9184

Merged
merged 2 commits into from Jun 30, 2021
Merged

Conversation

memsharded
Copy link
Member

Changelog: Bugfix: Disabled remotes shouldn't fail if not used at all
Docs: Omit

Fix #9183

client.run("install Pkg/0.1@lasote/testing -r default", assert_error=True)
assert "ERROR: Remote 'default' is disabled" in client.out
client.run("install Pkg/0.1@lasote/testing -r default")
assert "Pkg/0.1@lasote/testing: Already installed!" in client.out
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this behavior change, could be considered a bug, why would fail if not really hitting the server at all?

@memsharded memsharded requested a review from lasote June 30, 2021 08:36
@memsharded memsharded added this to the 1.38.1 milestone Jun 30, 2021
@lasote lasote marked this pull request as ready for review June 30, 2021 08:58
@lasote lasote modified the milestones: 1.38.1, 1.38 Jun 30, 2021
@memsharded memsharded merged commit 4d8655b into conan-io:release/1.38 Jun 30, 2021
@memsharded memsharded deleted the fix/disabled_remotes branch June 30, 2021 09:01
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.

None yet

2 participants