summaryrefslogtreecommitdiffstats
path: root/conanfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump version6.1Jani Heikkinen2021-08-021-1/+1
|
* Bump version to 6.1.26.1.2Mikko Gronoff2021-06-151-1/+1
| | | | | Change-Id: Ibdd0360797ff48ba3631183ec2c1ba3f9c0ee977 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Conan: Use "scm" revision mode when exporting from .git repositoryIikka Eklund2021-04-141-0/+3
| | | | | | | | | | | | | | | | | | | | | We want to match the commit ID along with the RREV (recipe revision). This way we can pin exact Conan packages to known sha1/tag which makes releasing easier. https://docs.conan.io/en/latest/reference/conanfile/attributes.html#revision-mode We have two use cases where the conan export is being executed: - Conan export from src tar ball - .git directory is not present - Coin/CI: conan export from git repository The "scm" feature will not work if the ".git" repository does not exist. If this is the case then use the default "hash" mode for the recipe revision. Task-number: QTQAINFRA-4325 Change-Id: I5e3ac718333cd47b95d5a8886b33b1b5b7b31300 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Support Conan buildsLassi Lehikoinen2021-03-161-0/+133
Task-number: QTBUG-87956 Change-Id: I9ffbaa512db918d406489e5d9667c26b95c3dd54 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>