summaryrefslogtreecommitdiff
path: root/tests/test_profile.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>
2022-09-26Modernize via pyupgradeMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-09-05Fix wrongly determining uncompressed sizeMichał Górny
Flush the file after writing to ensure that .buffer.tell() gives non-zero value. This fixes a number of cases of Manifests not being compressed. It also pointed out a major mistake in profile tests. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-31tests: Port test_profile to pytestMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2017-11-24Fix wrong timestamp name for metadata/*Michał 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-20test_profile: Include verification passMichał Górny
2017-11-20recursiveloader: Fix adding top-level ignore entries to sub-ManifestsMichał Górny
2017-11-15profile: Ignore all metadata/timestamp* filesMichał Górny
2017-11-15profile: Include standard IGNORE entries in new ManifestsMichał Górny
2017-11-02test_profile: Add CLI-based testsMichał Górny
2017-11-02profile: Do not compress package Manifests in old-ebuildMichał Górny
2017-11-02profile: Support setting default loader optionsMichał Górny
2017-11-01profile: Support controlling sub-Manifest filesMichał Górny
2017-11-01Support controlling entry types via a profileMichał Górny