Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | utils: Fix pyflakes complaints | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2022-09-26 | Modernize via pyupgrade | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-09-05 | Replace IOError/OSError whenever possible | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-08-29 | Remove io.open() py2-ism | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-08-25 | Remove remaining pyblake2 uses | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2017-11-25 | gen_fast_manifest: Fix GzipFile() use with empty filename | Michał Górny | |
2017-11-25 | Reduce Gentoo compression watermark to 128 bytes | Michał Górny | |
2017-11-25 | compression: Do not store filename in gzip files | Michał Górny | |
It has no value for us and just wastes space. | |||
2017-11-25 | gen_fast_*: Split top-level Manifests to save bandwidth | Michał Górny | |
Split the potential-top-level Manifests into separate 'Manifest.files[.gz]' and 'Manifest' with the former containing large set of (possibly unchanged) files and the latter referencing the former and containing the timestamp. | |||
2017-11-25 | compression: Zero out mtime in gzip files for deterministic results | Michał Górny | |
2017-11-24 | gen_fast_manifest: Simplify 'had_manifest' logic | Michał Górny | |
2017-11-19 | gen_fast*: Make metadata/{glsa,news} valid top-level Manifests | Michał Górny | |
2017-11-19 | gen_fast_manifest: Fix clearing list in py2 | Michał Górny | |
2017-11-19 | gen_fast_manifest: Fix Py2 error handling | Michał Górny | |
2017-11-19 | gen_fast*: Add fenc decl | Michał Górny | |
2017-11-19 | Add ultra-fast Manifest writing scripts | Michał Górny | |