summaryrefslogtreecommitdiff
path: root/utils/gen_fast_manifest.py
AgeCommit message (Collapse)Author
2023-01-23utils: Fix pyflakes complaintsMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-09-26Modernize via pyupgradeMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-09-05Replace IOError/OSError whenever possibleMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-29Remove io.open() py2-ismMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-25Remove remaining pyblake2 usesMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2017-11-25gen_fast_manifest: Fix GzipFile() use with empty filenameMichał Górny
2017-11-25Reduce Gentoo compression watermark to 128 bytesMichał Górny
2017-11-25compression: Do not store filename in gzip filesMichał Górny
It has no value for us and just wastes space.
2017-11-25gen_fast_*: Split top-level Manifests to save bandwidthMichał 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-25compression: Zero out mtime in gzip files for deterministic resultsMichał Górny
2017-11-24gen_fast_manifest: Simplify 'had_manifest' logicMichał Górny
2017-11-19gen_fast*: Make metadata/{glsa,news} valid top-level ManifestsMichał Górny
2017-11-19gen_fast_manifest: Fix clearing list in py2Michał Górny
2017-11-19gen_fast_manifest: Fix Py2 error handlingMichał Górny
2017-11-19gen_fast*: Add fenc declMichał Górny
2017-11-19Add ultra-fast Manifest writing scriptsMichał Górny