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.5b1793bc3d71b81c70a83b8fd92c0069c490f64d.mattst88@gentoo
1 commit: 5b1793bc3d71b81c70a83b8fd92c0069c490f64d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 18 23:36:41 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=5b1793bc
7
8 catalyst: Delete unused {required,valid}_build_targets
9
10 Fixes: 11423a21603e ([2 of 3] Update module loading for the new python structure)
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 catalyst/defaults.py | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/catalyst/defaults.py b/catalyst/defaults.py
17 index f6bc1e14..0da717f1 100644
18 --- a/catalyst/defaults.py
19 +++ b/catalyst/defaults.py
20 @@ -8,25 +8,6 @@ from DeComp.definitions import COMPRESSOR_PROGRAM_OPTIONS, XATTRS_OPTIONS
21 from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS, LIST_XATTRS_OPTIONS
22
23
24 -# these should never be touched
25 -required_build_targets = [
26 - "generic_stage_target",
27 - "targetbase",
28 -]
29 -
30 -# new build types should be added here
31 -valid_build_targets = [
32 - "embedded_target",
33 - "livecd_stage1_target",
34 - "livecd_stage2_target",
35 - "netboot_target",
36 - "snapshot_target",
37 - "stage1_target",
38 - "stage2_target",
39 - "stage3_target",
40 - "stage4_target",
41 -]
42 -
43 required_config_file_values = [
44 "distdir",
45 "portdir",