Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-17 | Relicense as GPL-2.0-or-later | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
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> | |||
2021-04-23 | benchmark: Improve output | 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-30 | Remove obsolete 'object' inheritance | 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> | |||
2020-07-21 | Allow to override default 'gpg' client | Frédéric Pierret (fepitre) | |
The usecase here is to allow using qubes-gpg-client for signing manifest Signed-off-by: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org> Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2018-06-26 | gen_fast_metamanifest: Fix parallel processing of md5-cache | Michał Górny | |
2018-05-06 | Remove obsolete repo.postsync.d script | Michał Górny | |
Remove the repo.postsync.d script for Portage that is obsolete now that Portage has built-in gemato verification code. | |||
2018-03-26 | gen_fast_metamanifest: Account for empty categories | Michał Górny | |
2017-12-10 | Include a repo.postsync.d hook for Portage | Michał Górny | |
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_metamanifest: Support signing | Michał Górny | |
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 | Revert "gen_fast_metamanifest: Use context manager for Pool" | Michał Górny | |
This API does not seem to be present in Python 2. Given its little value in this script, let's just revert it. | |||
2017-11-25 | compression: Zero out mtime in gzip files for deterministic results | Michał Górny | |
2017-11-24 | gen_fast_metamanifest: Use context manager for Pool | Michał Górny | |
2017-11-24 | Fix wrong timestamp name for metadata/* | Michał Górny | |
2017-11-24 | gen_fast_metamanifest: Fix IGNORE for timestamp.chk | Michał Górny | |
2017-11-24 | gen_fast_metamanifest: Fix writing timestamps to sub-Manifests | Michał Górny | |
2017-11-24 | Create sub-Manifests for dtd & xml-schema | Michał Górny | |
2017-11-24 | Ignore timestamps in metadata subrepos | Michał Górny | |
2017-11-24 | gen_fast_manifest: Simplify 'had_manifest' logic | Michał Górny | |
2017-11-24 | Ignore lost+found in case repo was mounted on separate ext* filesystem | Michał Górny | |
2017-11-19 | gen_fast*: Make metadata/{glsa,news} valid top-level Manifests | Michał Górny | |
2017-11-19 | gen_fast_metamanifest: Enable multiprocessing | 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 | |
2017-11-14 | Add a utility to compare multiple hash implementations | Michał Górny | |
2017-10-26 | gen-test-manifest: Account for compressed files | Michał Górny | |
2017-10-26 | Add utilities to create Manifest tree and verify it | Michał Górny | |
2017-10-25 | Provide compression abstraction | Michał Górny | |
2017-10-25 | Fix file suffix for gen-hash-tests | Michał Górny | |
2017-10-25 | Add the benchmark utility that was used to test threading in hash | Michał Górny | |
2017-10-25 | Commit the utility to generate hash tests | Michał Górny | |