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 72D061382C5 for ; Wed, 20 May 2020 00:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D2F9E0835; Wed, 20 May 2020 00:26:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7B27BE0835 for ; Wed, 20 May 2020 00:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F2A7E34F086 for ; Wed, 20 May 2020 00:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99B21250 for ; Wed, 20 May 2020 00:26:03 +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: <1589933659.0b200aa972b668a7a8e896995874904c47107377.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: 0b200aa972b668a7a8e896995874904c47107377 X-VCS-Branch: wip/mattst88 Date: Wed, 20 May 2020 00:26:03 +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: 95f163ce-be1f-44fa-8ecf-878eafb66774 X-Archives-Hash: 9480b3050d17bea41e8765fa00004cca commit: 0b200aa972b668a7a8e896995874904c47107377 Author: Matt Turner gentoo org> AuthorDate: Mon May 18 23:36:41 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 20 00:14:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0b200aa9 catalyst: Delete unused {required,valid}_build_targets Fixes: 11423a21603e ([2 of 3] Update module loading for the new python structure) Signed-off-by: Matt Turner gentoo.org> catalyst/defaults.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/catalyst/defaults.py b/catalyst/defaults.py index f6bc1e14..0da717f1 100644 --- a/catalyst/defaults.py +++ b/catalyst/defaults.py @@ -8,25 +8,6 @@ from DeComp.definitions import COMPRESSOR_PROGRAM_OPTIONS, XATTRS_OPTIONS from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS, LIST_XATTRS_OPTIONS -# these should never be touched -required_build_targets = [ - "generic_stage_target", - "targetbase", -] - -# new build types should be added here -valid_build_targets = [ - "embedded_target", - "livecd_stage1_target", - "livecd_stage2_target", - "netboot_target", - "snapshot_target", - "stage1_target", - "stage2_target", - "stage3_target", - "stage4_target", -] - required_config_file_values = [ "distdir", "portdir",