public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH] make.conf and make.profile moved to /etc/portage so stop cleaning it to avoid multiple fatal errors
@ 2012-07-27  8:57 Rick Farina
  2012-08-05 22:56 ` [gentoo-catalyst] " Richard Farina
  0 siblings, 1 reply; 4+ messages in thread
From: Rick Farina @ 2012-07-27  8:57 UTC (permalink / raw
  To: gentoo-catalyst; +Cc: Rick Farina


Signed-off-by: Rick Farina <sidhayn@gmail.com>
---
 modules/stage1_target.py |    3 +--
 modules/stage2_target.py |    1 -
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/modules/stage1_target.py b/modules/stage1_target.py
index 32e6334..560efdb 100644
--- a/modules/stage1_target.py
+++ b/modules/stage1_target.py
@@ -31,8 +31,7 @@ class stage1_target(generic_stage_target):
 		"/usr/lib/python2.2/lib-tk", "/usr/lib/python2.3/test",\
 		"/usr/lib/python2.3/email", "/usr/lib/python2.3/lib-tk",\
 		"/usr/lib/python2.4/test", "/usr/lib/python2.4/email",\
-		"/usr/lib/python2.4/lib-tk", "/usr/share/zoneinfo",\
-		"/etc/portage"])
+		"/usr/lib/python2.4/lib-tk", "/usr/share/zoneinfo"])
 
 	# XXX: How do these override_foo() functions differ from the ones in generic_stage_target and why aren't they in stage3_target?
 
diff --git a/modules/stage2_target.py b/modules/stage2_target.py
index f529721..97ea7fe 100644
--- a/modules/stage2_target.py
+++ b/modules/stage2_target.py
@@ -35,7 +35,6 @@ class stage2_target(generic_stage_target):
 
 	def set_cleanables(self):
 		generic_stage_target.set_cleanables(self)
-		self.settings["cleanables"].extend(["/etc/portage"])
 	
 	def override_chost(self):
 		if self.settings.has_key("chost"):
-- 
1.7.8.6



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-06 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27  8:57 [gentoo-catalyst] [PATCH] make.conf and make.profile moved to /etc/portage so stop cleaning it to avoid multiple fatal errors Rick Farina
2012-08-05 22:56 ` [gentoo-catalyst] " Richard Farina
2012-08-06 10:37   ` Jorge Manuel B. S. Vicetto
2012-08-06 13:39     ` Richard Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox