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 4103313835A for ; Thu, 21 May 2020 20:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81FDCE099C; Thu, 21 May 2020 20:25:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6D977E099C for ; Thu, 21 May 2020 20:25: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 9A88834F286 for ; Thu, 21 May 2020 20:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA61525A for ; Thu, 21 May 2020 20:25: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: <1589939377.5b1793bc3d71b81c70a83b8fd92c0069c490f64d.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master 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: 5b1793bc3d71b81c70a83b8fd92c0069c490f64d X-VCS-Branch: master Date: Thu, 21 May 2020 20:25: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: d1629b46-f60c-41cb-9e70-6078943a6b4d X-Archives-Hash: 3b2d294cd2e370bca1b574279cd63634 commit: 5b1793bc3d71b81c70a83b8fd92c0069c490f64d Author: Matt Turner gentoo org> AuthorDate: Mon May 18 23:36:41 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 20 01:49:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5b1793bc 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", 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 2A74F1382C5 for ; Wed, 20 May 2020 01:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B556E086A; Wed, 20 May 2020 01:52:31 +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 22DDEE085D for ; Wed, 20 May 2020 01:52:31 +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 0A3E934F1BB for ; Wed, 20 May 2020 01:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ADE5259 for ; Wed, 20 May 2020 01:52:26 +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: <1589939377.5b1793bc3d71b81c70a83b8fd92c0069c490f64d.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: 5b1793bc3d71b81c70a83b8fd92c0069c490f64d X-VCS-Branch: wip/mattst88 Date: Wed, 20 May 2020 01:52:26 +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: 2a233a66-f077-4ff6-a09e-877754fe8ccd X-Archives-Hash: a1dc8fac80e0a0a2c68af933be0f7933 Message-ID: <20200520015226.8tWalLAtr73n7jrAxOHZP7w9jz3UJiaw5sXBM_P8oFg@z> commit: 5b1793bc3d71b81c70a83b8fd92c0069c490f64d Author: Matt Turner gentoo org> AuthorDate: Mon May 18 23:36:41 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 20 01:49:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5b1793bc 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", 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 6B95113835B for ; Wed, 20 May 2020 03:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F65AE0871; Wed, 20 May 2020 03:39:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 88F28E0871 for ; Wed, 20 May 2020 03:39:56 +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 91FE534F1ED for ; Wed, 20 May 2020 03:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040EE25A for ; Wed, 20 May 2020 03:39:53 +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: <1589939377.5b1793bc3d71b81c70a83b8fd92c0069c490f64d.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/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: 5b1793bc3d71b81c70a83b8fd92c0069c490f64d X-VCS-Branch: pending/mattst88 Date: Wed, 20 May 2020 03:39:53 +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: f318276a-6592-469d-bb7b-b6ad5dad70d8 X-Archives-Hash: a6035d40fde802cd97a96e0c2c71324e Message-ID: <20200520033953.l7a2yjamSv-CirpfVPlaXTU_RDUh0EWXjqP6V9PzbQ4@z> commit: 5b1793bc3d71b81c70a83b8fd92c0069c490f64d Author: Matt Turner gentoo org> AuthorDate: Mon May 18 23:36:41 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 20 01:49:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5b1793bc 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",