You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a setup where a local repo has higher priority than a remote repo, and a particular recipe revision only exists in the remote repo, operations that involve export_sources for this recipe will fail rather than downloading the sources from the remote.
How to reproduce it
Add an empty folder as a local repo at index 0, and ensure conancenter is enabled at index 1.
Run conan create with a conanfile that requires any package from the conancenter repo.
The text was updated successfully, but these errors were encountered:
Describe the bug
In a setup where a local repo has higher priority than a remote repo, and a particular recipe revision only exists in the remote repo, operations that involve export_sources for this recipe will fail rather than downloading the sources from the remote.
How to reproduce it
conan create
with a conanfile that requires any package from the conancenter repo.The text was updated successfully, but these errors were encountered: