summaryrefslogtreecommitdiff
path: root/utils/gen_fast_metamanifest.py
AgeCommit message (Collapse)Author
2024-06-17Relicense as GPL-2.0-or-laterMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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-08-29Remove io.open() py2-ismMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-07-21Allow to override default 'gpg' clientFré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-26gen_fast_metamanifest: Fix parallel processing of md5-cacheMichał Górny
2018-03-26gen_fast_metamanifest: Account for empty categoriesMichał Górny
2017-11-25gen_fast_metamanifest: Support signingMichał Górny
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-25Revert "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-24gen_fast_metamanifest: Use context manager for PoolMichał Górny
2017-11-24Fix wrong timestamp name for metadata/*Michał Górny
2017-11-24gen_fast_metamanifest: Fix IGNORE for timestamp.chkMichał Górny
2017-11-24gen_fast_metamanifest: Fix writing timestamps to sub-ManifestsMichał Górny
2017-11-24Create sub-Manifests for dtd & xml-schemaMichał Górny
2017-11-24Ignore timestamps in metadata subreposMichał Górny
2017-11-24Ignore lost+found in case repo was mounted on separate ext* filesystemMichał Górny
2017-11-19gen_fast*: Make metadata/{glsa,news} valid top-level ManifestsMichał Górny
2017-11-19gen_fast_metamanifest: Enable multiprocessingMichał Górny
2017-11-19gen_fast*: Add fenc declMichał Górny
2017-11-19Add ultra-fast Manifest writing scriptsMichał Górny