Gentoo Archives: gentoo-catalyst

From: Daniel Cordero <gentoo.catalyst@××××.ws>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 1/2] valid_config_file_values: allow compression_mode
Date: Fri, 29 May 2020 19:04:58
Message-Id: 20200529190432.1240373-1-gentoo.catalyst@xxoo.ws
1 From: Daniel Cordero <catalyst@××××.io>
2
3 Allow overriding compression mode globally from the catalyst config.
4
5 Otherwise, if one wanted a different compression method than the
6 default, one would need to add compression_mode to every spec file.
7 ---
8 catalyst/defaults.py | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/catalyst/defaults.py b/catalyst/defaults.py
12 index 14f671fe..c153fcc4 100644
13 --- a/catalyst/defaults.py
14 +++ b/catalyst/defaults.py
15 @@ -9,6 +9,7 @@ from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS, LIST_XATTRS_OPTIONS
16
17
18 valid_config_file_values = frozenset([
19 + "compression_mode",
20 "digests",
21 "distdir",
22 "envscript",
23 --
24 2.26.2

Replies

Subject Author
[gentoo-catalyst] [PATCH 2/2] Decompressor uses decompression options Daniel Cordero <gentoo.catalyst@××××.ws>