aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_ifw_tools.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-6/+5
* PL119: os.path.basename("foo/bar") should be replaced by bar_path.namePatrik Teivonen2023-01-131-3/+3
* Refactor partial installer and dry-run optionsPatrik Teivonen2022-12-291-4/+3
* Refactor runner.py functionsPatrik Teivonen2022-11-011-36/+34
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-81/+83
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-83/+81
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-81/+83
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-121-17/+8
* Use ch_dir() contextmanager instead of os.chdir for setting working dirPatrik Teivonen2022-10-101-35/+32
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-53/+55
* 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-32/+32
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-2/+2
* pylint: Avoid redefining built-in or outer functions and variablesPatrik Teivonen2022-09-061-3/+3
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-4/+6
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-011-2/+2
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-9/+8
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-52/+52
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-34/+45
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-21/+26
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-65/+65
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-3/+8
* PEP8: Fix anti-patternsPatrik Teivonen2022-07-111-3/+3
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-1/+1
* Add pre-commit hook for flake8, PEP8 compliant commentsPatrik Teivonen2022-07-111-5/+5
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Move bldinstallercommon.do_execute_sub_process to runner.pyPatrik Teivonen2022-06-221-22/+23
* Refactor path search functionsPatrik Teivonen2022-06-211-11/+15
* Remove bldinstallercommon.create_dirs and utilize pathlib.Path.mkdirPatrik Teivonen2022-05-311-6/+6
* Remove platform specific initialization from bldinstallercommonIikka Eklund2022-05-311-39/+38
* bld_ifw_tools.py: remove unused functionsPatrik Teivonen2022-05-191-39/+0
* Revert "Replace bldinstallercommon.remove_tree with shutil.rmtree"Patrik Teivonen2022-05-181-31/+31
* bld_ifw_tools.py: Remove unused IFW examples squish test functionalityPatrik Teivonen2022-05-171-87/+2
* Replace bldinstallercommon.remove_tree with shutil.rmtreePatrik Teivonen2022-05-161-35/+34
* Port bld_ifw_tools.py to python 3.6Patrik Teivonen2022-03-281-7/+4
* Hide security sensitive information from logsIikka Eklund2020-12-151-3/+22
* IFW: Run qmake recursivelyv6.0.0-beta3-packagingv5.12.10-packagingKatja Marttila2020-11-031-1/+1
* IFW: Build 3.2 with Qt5.12.7Katja Marttila2020-03-111-3/+3
* Archive binarycreator and installerbaseKatja Marttila2020-01-091-1/+25
* IFW: Archive static and shared Qt for IFW buildsv5.14.0-rc1-packagingKatja Marttila2019-12-021-4/+44
* Create IFW build from tagged versionKatja Marttila2019-10-141-6/+16
* IFW: Fix build with Linuxv5.14.0-alpha1-packagingKatja Marttila2019-09-231-1/+4
* IFW: Fix 7z path for macosKatja Marttila2019-09-181-6/+15
* Build IFW with Qt5.12.4 and openssl 1.1Katja Marttila2019-09-161-4/+4
* Update IFW version to 3.1 in bld_ifw_toolsKatja Marttila2019-08-141-1/+1
* Delete IFW example executables we have generated for SquishKatja Marttila2019-05-291-2/+11
* Enable squish tests for IFW in WindowsKatja Marttila2019-01-091-1/+1
* Use jom instead of nmake in bld_ifw_toolsKatja Marttila2018-12-201-3/+3
* Enable running squish tests for IFW examplesKatja Marttila2018-11-151-22/+112
* Add signing for Windows installerbase executableAntti Kokko2018-11-021-1/+22