-
Notifications
You must be signed in to change notification settings - Fork 993
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
Behaviour of scm plugin for specific commit with local build subdirectory #4139
Comments
Sorry for the delay, this issue got misplaced 😓 We are revisiting most of the issues related to the |
Hi, we have released v1.12, it comes with changes related to she SCM feature, we found a couple of small flaws and we think we have improved the feature and make it more consistent. I would ask you to try again and let us know if this is still an issue. Thanks! |
Hi, is it still failing? Maybe we can close this issue and open a new one if the error appears again. Thanks! |
Conan version 1.10.1 on Windows
My team builds for both Linux using debian dpkgs and Conan for Windows.
We are driving our versioning off the dpkg
debian/change
log file. So first we release using dpkg, with some scripts which update ourdebian/changelog
with a section of the form:I'm encouraging my team to use a shared python_requires that allows their conanfile to look something like:
So they do the usual Linux release they always did, then use a Conan promotion job which just reads the version and exact commit that went into it from the dpkg changelog.
So far so good, this works fine for
conan create . myuser/mystream
.However when I try the 'local build' workflow, e.g.:
I get:
Is there a way I can achieve this build for a specific version corresponding to a specific commit without breaking the local directory workflow?
To help us debug your issue please explain:
The text was updated successfully, but these errors were encountered: