Gentoo Archives: gentoo-catalyst

From: Rick Farina <sidhayn@×××××.com>
To: gentoo-catalyst@l.g.o
Cc: Rick Farina <sidhayn@×××××.com>
Subject: [gentoo-catalyst] [PATCH] make.conf and make.profile moved to /etc/portage so stop cleaning it to avoid multiple fatal errors
Date: Fri, 27 Jul 2012 09:02:45
Message-Id: 1343379459-23779-1-git-send-email-sidhayn@gmail.com
1 Signed-off-by: Rick Farina <sidhayn@×××××.com>
2 ---
3 modules/stage1_target.py | 3 +--
4 modules/stage2_target.py | 1 -
5 2 files changed, 1 insertions(+), 3 deletions(-)
6
7 diff --git a/modules/stage1_target.py b/modules/stage1_target.py
8 index 32e6334..560efdb 100644
9 --- a/modules/stage1_target.py
10 +++ b/modules/stage1_target.py
11 @@ -31,8 +31,7 @@ class stage1_target(generic_stage_target):
12 "/usr/lib/python2.2/lib-tk", "/usr/lib/python2.3/test",\
13 "/usr/lib/python2.3/email", "/usr/lib/python2.3/lib-tk",\
14 "/usr/lib/python2.4/test", "/usr/lib/python2.4/email",\
15 - "/usr/lib/python2.4/lib-tk", "/usr/share/zoneinfo",\
16 - "/etc/portage"])
17 + "/usr/lib/python2.4/lib-tk", "/usr/share/zoneinfo"])
18
19 # XXX: How do these override_foo() functions differ from the ones in generic_stage_target and why aren't they in stage3_target?
20
21 diff --git a/modules/stage2_target.py b/modules/stage2_target.py
22 index f529721..97ea7fe 100644
23 --- a/modules/stage2_target.py
24 +++ b/modules/stage2_target.py
25 @@ -35,7 +35,6 @@ class stage2_target(generic_stage_target):
26
27 def set_cleanables(self):
28 generic_stage_target.set_cleanables(self)
29 - self.settings["cleanables"].extend(["/etc/portage"])
30
31 def override_chost(self):
32 if self.settings.has_key("chost"):
33 --
34 1.7.8.6

Replies