aboutsummaryrefslogtreecommitdiffstats
path: root/prepare_coin_sources.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>