aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/sign_installer.py
Commit message (Expand)AuthorAgeFilesLines
* sign_installer: Adjust logging verbosity level for codesignPatrik Teivonen2023-04-281-3/+3
* sign_installer.py: Use 'file' for detecting Mach-O binariesv6.2.8-lts-packagingPatrik Teivonen2023-04-061-3/+2
* sign_installer: Use ditto when copying files for notarizationPatrik Teivonen2023-04-051-6/+4
* sign_installer.py: Ignore symlinks in looking for signable contentPatrik Teivonen2023-04-051-1/+13
* sign_installer: Adjust what counts as signable macOS payload contentPatrik Teivonen2023-04-051-7/+4
* sign_installer.py: Skip notarization if there is no payload to notarizePatrik Teivonen2023-04-051-0/+3
* Sign macOS installer disk images before notarizationPatrik Teivonen2023-04-031-24/+34
* Add option to sign and notarize installer payloadv6.5.0-rc1-packagingPatrik Teivonen2023-03-131-2/+165
* Refactor runner.py functionsPatrik Teivonen2022-11-011-14/+24
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-3/+2
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-2/+3
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-3/+2
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-1/+1
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-7/+7
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-1/+6
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-4/+4
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-10/+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-2/+1
* Replace bldinstallercommon.remove_tree with shutil.rmtreePatrik Teivonen2022-05-161-1/+2
* Update shebang, year in copyright noticePatrik Teivonen2022-04-111-1/+1
* release_repo_updater.py: Add support offline installer buildsAntti Kokko2021-02-171-4/+4
* Hide security sensitive information from logsIikka Eklund2020-12-151-2/+7
* Adjust macOS executable signingAntti Kokko2020-12-041-5/+4
* Update how sign_installer.py fetches credentialsIikka Eklund2020-11-271-3/+4
* sign_installer: Sign Windows executables using SHA-256Antti Kokko2020-10-121-5/+13
* Fix .dmg file path creationIikka Eklund2020-09-031-2/+2
* Add script to sign the final installerIikka Eklund2020-09-031-0/+91