aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/runner.py
Commit message (Expand)AuthorAgeFilesLines
* PL109 os.getcwd() should be replaced by Path.cwd()Patrik Teivonen2023-01-101-2/+2
* runner.py: Log error output from subprocessesPatrik Teivonen2022-11-231-3/+3
* runner.py: Log output from CalledProcessError if command failsPatrik Teivonen2022-11-101-20/+28
* Refactor runner.py functionsPatrik Teivonen2022-11-011-99/+97
* Use asyncio.run instead of manual event loops, fix deprecation warningPatrik Teivonen2022-10-271-3/+13
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-11/+12
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-12/+11
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-11/+12
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-6/+18
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-1/+2
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-4/+4
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-2/+2
* pylint: Use 'with' for resource allocation operations (R1732)Patrik Teivonen2022-09-041-1/+3
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-2/+0
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-4/+4
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-13/+9
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-2/+2
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* runner.do_execute_sub_process: Set universal_newlines to TruePatrik Teivonen2022-06-221-7/+7
* Move bldinstallercommon.do_execute_sub_process to runner.pyPatrik Teivonen2022-06-221-2/+70
* Move scripts from qt6_installer subdirectory to packaging-toolsPatrik Teivonen2022-04-291-0/+70