summaryrefslogtreecommitdiff
path: root/scripts/storage.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert remaining python scripts to run under python3 (#2643)Sam Clegg2020-02-111-1/+1
|
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-24/+24
| | | | | | | | pep8 specifies 4 space indentation. The use of 2 spaces is, I believe a historical anomaly where certain large organizations such as google chose 2 over 4 and have yet to make the switch. Since there isn't too much code in binaryen today it seems reasonable to make the switch.
* Upgrade flake8 and run it on python 3 (#2297)Guanzhong Chen2019-08-131-3/+5
|
* Cleanup scripts in scripts/test (#1566)Sam Clegg2018-05-251-12/+12
| | | | | | | | | | Remove executable bit and #! from scripts that don't have entry point. Add missing licence test. Move arg parsing into a function. Remove legacy --only_prepare (with underscrore) argument.
* Fix flake8 failures in scripts/ (#1239)Taiju Tsuiki2017-10-241-1/+1
| | | flake8 starts warning on bare "except:" in python scripts, and all CI job is failing for that.
* Improve diagnostic for download_tar.JF Bastien2016-01-171-1/+5
|
* Fix 'remove' call.JF Bastien2016-01-171-1/+1
|
* Remove older tarfiles properly.JF Bastien2016-01-171-1/+1
|
* Factor out some support codeJF Bastien2016-01-161-0/+49
Patches such as #112 could use them.