aboutsummaryrefslogtreecommitdiffstats
path: root/prepare_coin_sources.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove examples submoduleFriedemann Kleint2018-01-251-2/+1
| | | | | Change-Id: I0e4e3472e1d5644db281fb46ce4ba4ddfc1eafae Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* setup.py/prepare_coin_sources.py: Adapt to repository mergeFriedemann Kleint2017-05-231-2/+0
| | | | | | | | Remove the former submodules pyside2/shiboken2 from the modules lists. Change-Id: I41de78f5519c24cce1e649eaf3b2f2d1cabcc9b0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Prepare_coin_soures: Fix branch detectionSimo Fält2017-04-271-1/+1
| | | | | Change-Id: Id9a183027a2d5ed379a125ab6630e27a1808cacd Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix prepare_coin_sources.py on winSimo Fält2017-03-101-2/+5
| | | | | | | | "run_process_output" tends to crash on win, so using standard subprocess.check_output instead. Change-Id: Ibb3cc200558175a25cb580ddc13e6c0e7fc918c4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* prepare_coin_sources: Use dev branch as a default branchSimo Fält2017-01-121-3/+10
| | | | | | | | Use dev branch if given --branch option contains not existing branch. Change-Id: I21b0a1b9007407f30f899091de5a859fac0059f4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Initializing pyside submodules when building with Qt CISimo Fält2016-12-191-0/+127
To be able to test changes to pyside-setup submodules with Qt CI, we have to set-up the source package ourself. This script will do necessary changes to sources so that test is executed in proper context. Change-Id: I681be6b9d4a9d1fb100b1fb88ba5791f3f44200e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>