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 07/21] catalyst: Delete unused {required,valid}_build_targets
Date: Wed, 20 May 2020 03:42:53
Message-Id: 20200520034226.2870937-7-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/21] targets: Remove copy_{file,symlink,lib} functions by Matt Turner
1 Fixes: 11423a21603e ([2 of 3] Update module loading for the new python structure)
2 Signed-off-by: Matt Turner <mattst88@g.o>
3 ---
4 catalyst/defaults.py | 19 -------------------
5 1 file changed, 19 deletions(-)
6
7 diff --git a/catalyst/defaults.py b/catalyst/defaults.py
8 index f6bc1e14..0da717f1 100644
9 --- a/catalyst/defaults.py
10 +++ b/catalyst/defaults.py
11 @@ -8,25 +8,6 @@ from DeComp.definitions import COMPRESSOR_PROGRAM_OPTIONS, XATTRS_OPTIONS
12 from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS, LIST_XATTRS_OPTIONS
13
14
15 -# these should never be touched
16 -required_build_targets = [
17 - "generic_stage_target",
18 - "targetbase",
19 -]
20 -
21 -# new build types should be added here
22 -valid_build_targets = [
23 - "embedded_target",
24 - "livecd_stage1_target",
25 - "livecd_stage2_target",
26 - "netboot_target",
27 - "snapshot_target",
28 - "stage1_target",
29 - "stage2_target",
30 - "stage3_target",
31 - "stage4_target",
32 -]
33 -
34 required_config_file_values = [
35 "distdir",
36 "portdir",
37 --
38 2.26.2