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> | |||
2020-08-29 | Remove io.open() py2-ism | 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-03-26 | gen_fast_metamanifest: Account for empty categories | Michał Górny | |
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-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 | 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*: Add fenc decl | Michał Górny | |
2017-11-19 | Add ultra-fast Manifest writing scripts | Michał Górny | |