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
Please add an option to export-pkg command and eventually other commands involved to allow scm revision_mode even on dirty repository, like conan v1 does.
In ours CI we have the need to build the same artifacts with both conan v1 and conan v2; the CI process add files and modify template files to add build info.
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
I think this might be a duplicate of #14416. Please check it, and if correct, please comment there (and close this one, we can track the other one better). I will increase a bit its priority for some of the next 2.0.X releases, lets see if possible.
Same use case, yes: new and modified files into the root folder of the project.
If you think it's better to close this issue and continue the indicated one,
I will do it with pleasure, adding some other info about our CI scenario.
We use Gitlab as source repository and CI manager and Artifactory to store the result.
The CI processes c++, java and shell projects, using a lot of bash and python scripts.
For the c++ projects the conan v1 commands still used:
conan install, conan build, conan export-pkg, conan upload,
implemented in different scripts to perform the prepare, check, build and finalize steps of the CI;
migrate to conan create command it's hard to think.
The CI process collects build info sent by e-mail and inserted into the built artifact, postgresql db and Confluence pages.
In this scenario an option to add to the conan commands is easy to implement into the scripts.
What is your suggestion?
Please add an option to export-pkg command and eventually other commands involved to allow scm revision_mode even on dirty repository, like conan v1 does.
In ours CI we have the need to build the same artifacts with both conan v1 and conan v2; the CI process add files and modify template files to add build info.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: