aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/sdkcomponent.py
Commit message (Expand)AuthorAgeFilesLines
* Add option to sign and notarize installer payloadv6.5.0-rc1-packagingPatrik Teivonen2023-03-131-3/+58
* bldinstallercommon.py: Refactor RPATH/RUNPATH patchingPatrik Teivonen2023-03-071-2/+0
* create_installer: Fetch non-extractable payload directly to correct dirPatrik Teivonen2023-02-131-2/+14
* Fix some linter errors, broken Pipfile import, update readmePatrik Teivonen2023-02-101-2/+2
* Add a summary of sdkcomponent errors at the end of a dry runPatrik Teivonen2023-02-071-0/+2
* sdkcomponent: Compress to a single archive when using pattern match uriPatrik Teivonen2023-01-241-43/+60
* sdkcomponent.py: Fix get_archive_install_dir()Patrik Teivonen2023-01-051-15/+12
* Make resolve_wildcard_uri() crawl urls asynchronouslyPatrik Teivonen2022-12-291-7/+28
* Add wildcard/pattern match option for resolving payload urisPatrik Teivonen2022-12-291-28/+86
* Refactor partial installer and dry-run optionsPatrik Teivonen2022-12-291-4/+25
* Revert "Revert "Refactor sdkcomponent.py""Patrik Teivonen2022-12-271-236/+428
* Revert "Refactor sdkcomponent.py"Patrik Teivonen2022-11-281-427/+236
* Refactor sdkcomponent.pyIikka Eklund2022-11-251-236/+427
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-20/+23
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-23/+20
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-20/+23
* sdkcomponent: Remove optional_for_offline logicPatrik Teivonen2022-10-071-15/+0
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-21/+45
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-1/+2
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-2/+2
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-1/+1
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-10/+7
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-20/+20
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-27/+28
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-57/+57
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-10/+0
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-1/+0
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Update shebang, year in copyright noticePatrik Teivonen2022-04-111-2/+4
* Refactor create_installer.pyIikka Eklund2022-03-291-20/+20
* Add substitution for Extract operationv6.1.0-rc1-packagingSamuli Piippo2021-04-211-0/+1
* Add support for custom actions scripts per archive in pkg configsIikka Eklund2020-09-241-0/+1
* sdkcomponent.py should not fail if extra ',' found in archives listIikka Eklund2020-01-311-0/+3
* Fix path concatenation in sdkcomponent.pyv5.12.7-packagingAntti Kokko2020-01-301-2/+2
* Support flexibility in component archive locations and destination dirsIikka Eklund2020-01-291-5/+17
* Add support for component sha1 substitutionSamuli Piippo2019-02-071-0/+5
* Apply all subtitutions to the package namesSamuli Piippo2019-01-081-4/+1
* Add package template name version variable handlingAkseli Salovaara2018-08-031-1/+7
* Revert "Revert "Add support for unified packaging configuration""Antti Kokko2018-05-251-25/+14
* Revert "Add support for unified packaging configuration"Antti Kokko2018-05-231-14/+25
* Add support for unified packaging configurationAntti Kokko2018-05-231-25/+14
* Fix --archive-skip option in create_installer.pyIikka Eklund2017-05-021-12/+16
* Raise exception instead of using sys.exitIikka Eklund2016-08-231-3/+1
* Add support for substituting optional_for_online parameterAntti Kokko2015-05-261-2/+3
* sdkcomponent: Fix warning reported by pylintSergio Ahumada2015-02-091-3/+2
* Fix bug in optional sdk content handlingIikka Eklund2014-10-021-0/+2
* Give possibility to mark sdk components optional for installer buildIikka Eklund2014-08-141-3/+15
* Parse unnecessary extensions away from filenameJani Heikkinen2014-06-051-0/+5
* Fix multi line archive parsing in packaging scriptsIikka Eklund2014-03-051-1/+1
* Allow multi line archive listing in configuration filesIikka Eklund2014-02-261-1/+1