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

Add section about CONAN_NO_DEFAULT_REMOTES #3583

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

DailyMats
Copy link

@DailyMats DailyMats commented Feb 14, 2024

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@@ -314,6 +314,13 @@ This variable, however, is useful for shared CI servers where the stored value c
assign a random generated string to this value for each of the builds and configure your server to expire
tokens, this will make the value stored in the database harder to crack.

CONAN_NO_DEFAULT_REMOTES
Copy link
Member

Choose a reason for hiding this comment

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

I am afraid this is very legacy, this is not part anymore of Conan 1.X, are you sure you are in latest Conan 1.62 version?

Copy link
Author

@DailyMats DailyMats Feb 14, 2024

Choose a reason for hiding this comment

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

You mean the adding of a default remote? It's still happening with 1.62, yes. For example with conan export:

$ conan --version
Conan version 1.62.0
$ rm ~/.conan/remotes.json
$ conan export conanfiles/re2-conanfile.py
WARN: Remotes registry file missing, creating default one in /Users/xxx/.conan/remotes.json
ERROR: conanfile didn't specify name

Copy link
Member

Choose a reason for hiding this comment

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

I didn't see there is an associated PR. Let's follow the conversation in the PR

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

3 participants