summaryrefslogtreecommitdiff
path: root/packaging/createpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove temp files that the macOS installer builder leaves hanging.Jussi Pakkanen2021-10-241-0/+6
|
* pylint: turn on superflous-parensDylan Baker2021-08-311-1/+1
| | | | | | | | We have a lot of these. Some of them are harmless, if unidiomatic, such as `if (condition)`, others are potentially dangerous `assert(...)`, as `assert(condtion)` works as expected, but `assert(condition, message)` will result in an assertion that never triggers, as what you're actually asserting is `bool(tuple[2])`, which will always be true.
* editorconfig: add setting to trim trailing whitespaceEli Schwartz2021-08-151-1/+0
| | | | | | | and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
* misc formatting lint fixes, drop unneeded f-stringEli Schwartz2021-08-151-8/+8
|
* Fix macpkg generator import path. [skip ci]Jussi Pakkanen2021-06-071-1/+1
|
* Add a script to create macOS installer packages.Jussi Pakkanen2021-05-181-0/+117