aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/content_cleaner.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-121-1/+1
* Use ch_dir() contextmanager instead of os.chdir for setting working dirPatrik Teivonen2022-10-101-12/+2
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-3/+3
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-13/+13
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-4/+4
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-1/+6
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-1/+1
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-5/+5
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-3/+4
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Move scripts from qt6_installer subdirectory to packaging-toolsPatrik Teivonen2022-04-291-1/+1
* content_cleaner.py: add support for handling hidden files, symlinksAntti Kokko2021-11-091-15/+33
* content_cleaner.py: add option for content removalv6.1.3-packagingAntti Kokko2021-08-311-4/+30
* content_cleaner.py: fix preserve rules list issuev6.2.0-beta3-packagingAntti Kokko2021-08-131-2/+2
* Fix typo in content_cleaner.pyIikka Eklund2020-11-251-1/+1
* Add support for custom actions scripts per archive in pkg configsIikka Eklund2020-09-241-0/+90