aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PL111: os.path.expanduser("~") should be replaced by Path.home()Patrik Teivonen2023-01-135-17/+16
* Add Aptly repository manager client adapter for Debian repositoriesIikka Eklund2023-01-128-0/+829
* QtCreator: Sign online/Qt offline bundle on macOSEike Ziller2023-01-121-38/+36
* Create temporary directories with temppathlib's TemporaryDirectoryPatrik Teivonen2023-01-1216-223/+242
* Use the default location when creating temporary dirs with tempfilePatrik Teivonen2023-01-1011-40/+35
* PL109 os.getcwd() should be replaced by Path.cwd()Patrik Teivonen2023-01-1023-89/+102
* create_installer: Fix substitutions being overridden by common substsPatrik Teivonen2023-01-101-0/+3
* sdkcomponent.py: Fix get_archive_install_dir()Patrik Teivonen2023-01-053-32/+33
* QtCreator: Create another package for the online/Qt installersEike Ziller2023-01-041-17/+53
* QtCreator: Make repackaging more flexibleEike Ziller2023-01-041-43/+70
* bldinstallercommon.py: Fix uri_exists() for file:// urisPatrik Teivonen2023-01-031-4/+28
* Make resolve_wildcard_uri() crawl urls asynchronouslyPatrik Teivonen2022-12-292-8/+35
* Add wildcard/pattern match option for resolving payload urisPatrik Teivonen2022-12-293-32/+182
* Refactor partial installer and dry-run optionsPatrik Teivonen2022-12-296-100/+231
* Revert "Revert "Refactor create_installer.get_component_data""Patrik Teivonen2022-12-274-151/+361
* Revert "Revert "Refactor sdkcomponent.py""Patrik Teivonen2022-12-275-561/+850
* Revert "install_qt: Work around Qt installation including build artifacts"v6.5.0-beta1-packagingv6.4.2-packagingEike Ziller2022-12-201-6/+1
* Qt Creator: Sign separately built pluginsEike Ziller2022-12-191-2/+9
* create_installer.py: remove obsolete maintenancetool resource creationv6.2.7-lts-packagingv5.15.12-lts-packagingAntti Kokko2022-12-021-38/+2
* Revert "Refactor sdkcomponent.py"Patrik Teivonen2022-11-284-836/+559
* Revert "Refactor create_installer.get_component_data"Patrik Teivonen2022-11-284-360/+153
* Refactor create_installer.get_component_dataPatrik Teivonen2022-11-254-153/+360
* Refactor sdkcomponent.pyIikka Eklund2022-11-254-559/+836
* pylint: ignore some python 3.6 specific false positive linter warningsPatrik Teivonen2022-11-252-5/+5
* runner.py: Log error output from subprocessesPatrik Teivonen2022-11-231-3/+3
* notarize.py: refactor, use notarytool for notarizationPatrik Teivonen2022-11-223-157/+342
* install_qt: Fix warning about overriding local variableUnifiedQt_v4.5.1Eike Ziller2022-11-181-2/+3
* install_qt: Work around Qt installation including build artifactsEike Ziller2022-11-171-1/+6
* install_qt: Get explicit temporary path backEike Ziller2022-11-152-1/+9
* release_repo_updater: Fix async inconsistency in function definitionsPatrik Teivonen2022-11-151-5/+5
* QtCreator_libclang: Fix openmp compilation for MinGWCristian Adam2022-11-151-0/+5
* Import other Python scripts from qtsdk directly without subprocessPatrik Teivonen2022-11-145-204/+325
* Add Python executable for archive action Python script callsv6.4.1-packagingAntti Kokko2022-11-111-1/+4
* runner.py: Log output from CalledProcessError if command failsPatrik Teivonen2022-11-101-20/+28
* QtCreator_libclang: Add openmp to the LLVM_ENABLE_PROJECTS listCristian Adam2022-11-091-1/+1
* Use unsigned installerbase for Windows offline buildsAntti Kokko2022-11-091-1/+2
* Refactor runner.py functionsPatrik Teivonen2022-11-0123-469/+437
* Run unit tests with pytest in git hook and enable concurrencyPatrik Teivonen2022-10-284-30/+31
* Use asyncio.run instead of manual event loops, fix deprecation warningPatrik Teivonen2022-10-279-52/+118
* Change Pipfile markers, update some packages and add missing typesPatrik Teivonen2022-10-271-4/+5
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-2626-265/+284
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-1926-284/+265
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-1826-265/+284
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-1212-51/+26
* Qt Creator/next: Optionally build cpack based packagesEike Ziller2022-10-121-7/+31
* Pre-commit hooks: adjust order and settings, remove unnecessary loopingPatrik Teivonen2022-10-101-13/+13
* Use ch_dir() contextmanager instead of os.chdir for setting working dirPatrik Teivonen2022-10-103-63/+45
* sdkcomponent: Remove optional_for_offline logicPatrik Teivonen2022-10-072-24/+11
* Qdoc_libclang: do not fail on test failureCristian Adam2022-10-061-1/+1
* bldinstallercommon: Remove unneeded text file functionsv5.15.11-lts-packagingPatrik Teivonen2022-09-292-58/+1