Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/
Date: Thu, 21 May 2020 20:25:38
Message-Id: 1589939377.4c97ff75f71b5fc86b0a3b89bc960966fd0959a6.mattst88@gentoo
1 commit: 4c97ff75f71b5fc86b0a3b89bc960966fd0959a6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 18 23:43:52 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 01:49:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4c97ff75
7
8 catalyst: Disallow DEBUG and VERBOSE in spec files
9
10 Catalyst has --debug/-d and --verbose/-v options for this.
11
12 Since conf_values is assigned in a very confusing manner in main.py, I
13 suspect these values were added to the list due to a misunderstanding.
14
15 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
16
17 catalyst/defaults.py | 2 --
18 1 file changed, 2 deletions(-)
19
20 diff --git a/catalyst/defaults.py b/catalyst/defaults.py
21 index 0da717f1..ccabd88d 100644
22 --- a/catalyst/defaults.py
23 +++ b/catalyst/defaults.py
24 @@ -20,13 +20,11 @@ valid_config_file_values.extend([
25 "compression_mode",
26 "compressor_arch",
27 "compressor_options",
28 - "DEBUG",
29 "decompressor_search_order",
30 "digests",
31 "distcc",
32 "envscript",
33 "options",
34 - "VERBOSE",
35 ])
36
37 confdefaults = {