From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D93A1382C5 for ; Tue, 19 May 2020 22:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1DE4E086D; Tue, 19 May 2020 22:55:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAE14E086D for ; Tue, 19 May 2020 22:55:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E269B34F1C2 for ; Tue, 19 May 2020 22:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9C28258 for ; Tue, 19 May 2020 22:55:33 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1589928861.40368d89e416725e50d1809bda7b0942aaca20b6.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/defaults.py X-VCS-Directories: catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 40368d89e416725e50d1809bda7b0942aaca20b6 X-VCS-Branch: wip/mattst88 Date: Tue, 19 May 2020 22:55:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5648ecf-ef2a-41c1-a7c7-350912ef6454 X-Archives-Hash: c877f0403da36d2dfe2d0936a3220f35 commit: 40368d89e416725e50d1809bda7b0942aaca20b6 Author: Matt Turner gentoo org> AuthorDate: Mon May 18 23:43:52 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 19 22:54:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=40368d89 catalyst: Disallow DEBUG and VERBOSE in spec files Catalyst has --debug/-d and --verbose/-v options for this. Signed-off-by: Matt Turner gentoo.org> catalyst/defaults.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/defaults.py b/catalyst/defaults.py index 0da717f1..ccabd88d 100644 --- a/catalyst/defaults.py +++ b/catalyst/defaults.py @@ -20,13 +20,11 @@ valid_config_file_values.extend([ "compression_mode", "compressor_arch", "compressor_options", - "DEBUG", "decompressor_search_order", "digests", "distcc", "envscript", "options", - "VERBOSE", ]) confdefaults = {