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 #185 - make conancenter's remote name to match conan's default #186

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

jmarrec
Copy link
Contributor

@jmarrec jmarrec commented Jan 5, 2023

conan_add_remote(
NAME
cci
conancenter
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It uses a different name that the conan default, so basically it renames conancenter to cci for 99% of users.

This is the conan default:

https://github.com/conan-io/conan/blob/c3fc425871149b12a1d12153bed90a06a3d20132/conans/client/cache/remote_registry.py#L14

CONAN_CENTER_REMOTE_NAME = "conancenter"

@aminya aminya merged commit 8ff967e into aminya:main Jan 8, 2023
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.

conancenter remote name is not conan's default
2 participants