aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/remote_uploader.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor runner.py functionsPatrik Teivonen2022-11-011-9/+8
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-8/+12
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-12/+8
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-8/+12
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-8/+8
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-0/+2
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-18/+18
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-5/+5
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-25/+25
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-10/+10
* 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-7/+7
* PEP8: Blank lines in function and class definitions, file endPatrik 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
* remote_uploader.py: fix to-be-created target subdirectory pathArttu Tarkiainen2020-08-281-1/+1
* Fix remote_uploader.py remote subdirectories support on WindowsArttu Tarkiainen2020-08-281-0/+2
* Make remote_uploader.py support remote subdirectories from cliv5.15.0-beta1-packagingIikka Eklund2020-02-171-1/+2
* Remove 'sh' module usage in remote_uploader.pyIikka Eklund2020-01-151-24/+36
* Add script to create standalone Conan executableIikka Eklund2020-01-091-13/+50
* Add script to build a lib against Qt packagev5.14.0-beta2-packagingv5.13.2-packagingIikka Eklund2019-10-231-3/+23
* Add Qt build artifact pre-patcherIikka Eklund2019-08-091-0/+64