commit: 2c82d8a8833edd200db1bf6ae36807376bbb61b8
Author: Daniel Cordero <catalyst <AT> 0xdc <DOT> io>
AuthorDate: Fri May 29 19:04:31 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 21:09:29 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2c82d8a8
catalyst: Allow compression_mode in config file
Allow overriding compression mode globally from the catalyst config.
Otherwise, if one wanted a different compression method than the
default, one would need to add compression_mode to every spec file.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
catalyst/defaults.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index 14f671fe..c153fcc4 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -9,6 +9,7 @@ from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS,
LIST_XATTRS_OPTIONS
valid_config_file_values = frozenset([
+ "compression_mode",
"digests",
"distdir",
"envscript",