Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 10/21] catalyst: Remove spec file options from valid_config_file_values
Date: Wed, 20 May 2020 03:43:00
Message-Id: 20200520034226.2870937-10-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/21] targets: Remove copy_{file,symlink,lib} functions by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 catalyst/defaults.py | 5 -----
4 1 file changed, 5 deletions(-)
5
6 diff --git a/catalyst/defaults.py b/catalyst/defaults.py
7 index ccabd88d..2f2c907f 100644
8 --- a/catalyst/defaults.py
9 +++ b/catalyst/defaults.py
10 @@ -17,12 +17,7 @@ required_config_file_values = [
11
12 valid_config_file_values = required_config_file_values[:]
13 valid_config_file_values.extend([
14 - "compression_mode",
15 - "compressor_arch",
16 - "compressor_options",
17 - "decompressor_search_order",
18 "digests",
19 - "distcc",
20 "envscript",
21 "options",
22 ])
23 --
24 2.26.2