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 08/21] catalyst: Disallow DEBUG and VERBOSE in spec files
Date: Wed, 20 May 2020 03:42:55
Message-Id: 20200520034226.2870937-8-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/21] targets: Remove copy_{file,symlink,lib} functions by Matt Turner
1 Catalyst has --debug/-d and --verbose/-v options for this.
2
3 Since conf_values is assigned in a very confusing manner in main.py, I
4 suspect these values were added to the list due to a misunderstanding.
5
6 Signed-off-by: Matt Turner <mattst88@g.o>
7 ---
8 catalyst/defaults.py | 2 --
9 1 file changed, 2 deletions(-)
10
11 diff --git a/catalyst/defaults.py b/catalyst/defaults.py
12 index 0da717f1..ccabd88d 100644
13 --- a/catalyst/defaults.py
14 +++ b/catalyst/defaults.py
15 @@ -20,13 +20,11 @@ valid_config_file_values.extend([
16 "compression_mode",
17 "compressor_arch",
18 "compressor_options",
19 - "DEBUG",
20 "decompressor_search_order",
21 "digests",
22 "distcc",
23 "envscript",
24 "options",
25 - "VERBOSE",
26 ])
27
28 confdefaults = {
29 --
30 2.26.2