aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bldinstallercommon: improve dir strip functionality, add unit testsv6.5.0-beta3-packagingPatrik Teivonen2023-02-144-33/+83
* create_installer: Fetch non-extractable payload directly to correct dirPatrik Teivonen2023-02-133-30/+92
* Fix some linter errors, broken Pipfile import, update readmePatrik Teivonen2023-02-109-22/+26
* Add operations for Debian repo creation and publishingIikka Eklund2023-02-107-16/+695
* release_task_reader.py: fix offline task validation issueAntti Kokko2023-02-072-2/+12
* Add a summary of sdkcomponent errors at the end of a dry runPatrik Teivonen2023-02-073-0/+29
* release_task_reader.py: add validation for mandatory task settingsAntti Kokko2023-02-072-10/+81
* release_task_reader.py: Fix argparse CLI task type argumentPatrik Teivonen2023-02-011-2/+2
* Support Debian task type in packaging configurationsIikka Eklund2023-01-304-159/+344
* Remove win32api dependency, adapt create_installer.pyPatrik Teivonen2023-01-264-22/+52
* dum_debug_infos.py: improve error outputTim Jenssen2023-01-251-3/+12
* dum_debug_infos.py: fix create .sym file namesTim Jenssen2023-01-251-1/+1
* fix install_qt still talks about Qt 5Tim Jenssen2023-01-251-1/+1
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-2416-45/+38
* PL102: os.mkdir("foo") should be replaced by foo_path.mkdir()Patrik Teivonen2023-01-242-2/+2
* PL122: os.path.splitext("foo.bar") should be replaced by path.suffixPatrik Teivonen2023-01-2412-77/+71
* sdkcomponent: Compress to a single archive when using pattern match uriPatrik Teivonen2023-01-243-91/+124
* release_repo_updater: add supported archive formats for aws syncAntti Kokko2023-01-161-4/+6
* PL119: os.path.basename("foo/bar") should be replaced by bar_path.namePatrik Teivonen2023-01-1311-27/+32
* PL101: os.chmod("foo", perm) should be replaced by Path.chmod(perm)Patrik Teivonen2023-01-133-7/+7
* test_release_repo_updater: Fix repogen path in unit test assertionPatrik Teivonen2023-01-131-2/+3
* 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