-
Notifications
You must be signed in to change notification settings - Fork 985
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
core.scm:local_url=allow|block #16597
core.scm:local_url=allow|block #16597
Conversation
Co-authored-by: Abril Rincón Blanco <[email protected]>
This will work if everyone stores the url in https://docs.conan.io/1/migrating_to_2.0/recipes.html#the-scm-attribute So you'd have to include |
This has been normalized in Conan 2 with the
This is a mistake in the docs, and should be updated to reflect the new convention. |
I see, that's good to know. That means I'll have to create another release of our base conanfile that uses the conventions from those new functions, so that we can replace them with the actual function calls once we're ready to switch to Conan 2. |
Yes, sorry about that, the "standardization" of the |
Changelog: Feature: Introduce
core.scm:local_url=allow|block
to control local folder URLs in conandatascm
.Changelog: Fix: Raise an error when trying to upload a package with a local folder URL in
conandata
scm
.Docs: conan-io/docs#3801
Close #16591