aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/notarize.py
Commit message (Expand)AuthorAgeFilesLines
* Add generic functions to read files and configurations from SFTP remotePatrik Teivonen2023-05-021-5/+3
* notarize.py: refactor, use notarytool for notarizationPatrik Teivonen2022-11-221-135/+338
* Import other Python scripts from qtsdk directly without subprocessPatrik Teivonen2022-11-141-27/+48
* Use asyncio.run instead of manual event loops, fix deprecation warningPatrik Teivonen2022-10-271-2/+6
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-14/+2
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-2/+14
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-14/+2
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-121-2/+1
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-7/+8
* 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-11/+11
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-14/+14
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-3/+8
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-4/+3
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-5/+5
* Add hook for mypy static type checkerPatrik Teivonen2022-08-161-1/+1
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-8/+8
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-2/+2
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-2/+1
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* notarize.py: increase stapling retry count to 10v6.4.0-beta1-packagingv6.3.1-packagingv5.15.10-lts-packagingAntti Kokko2022-06-071-1/+1
* Update shebang, year in copyright noticePatrik Teivonen2022-04-111-1/+1
* Don't print signing commands to the logHeikki Halmet2021-03-031-3/+2
* notarize.py: Add re-try mechanism when attempting to staple the .dmgIikka Eklund2020-12-281-8/+19
* Update how notarize.py fetches credentialsIikka Eklund2020-11-271-2/+3
* notarize.py: Add default value for --bundle-idIikka Eklund2020-09-041-1/+2
* Add execute bit for notarize.pyIikka Eklund2020-09-031-0/+0
* macOS codesign: Enable hardened runtime for notarizationIikka Eklund2019-11-131-0/+167