aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/create_conan_executable.py
Commit message (Expand)AuthorAgeFilesLines
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-241-1/+1
* PL109 os.getcwd() should be replaced by Path.cwd()Patrik Teivonen2023-01-101-8/+8
* Refactor runner.py functionsPatrik Teivonen2022-11-011-5/+5
* Use asyncio.run instead of manual event loops, fix deprecation warningPatrik Teivonen2022-10-271-3/+6
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-2/+2
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-11/+11
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-14/+14
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-1/+6
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-2/+2
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-5/+3
* Add hook for mypy static type checkerPatrik Teivonen2022-08-161-1/+1
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-11/+11
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Revert "Replace bldinstallercommon.remove_tree with shutil.rmtree"Patrik Teivonen2022-05-181-3/+4
* Replace bldinstallercommon.remove_tree with shutil.rmtreePatrik Teivonen2022-05-161-4/+3
* Move scripts from qt6_installer subdirectory to packaging-toolsPatrik Teivonen2022-04-291-0/+225