public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
From: Rick Farina <sidhayn@gmail.com>
To: gentoo-catalyst@lists.gentoo.org
Cc: Rick Farina <sidhayn@gmail.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 04:57:39 -0400	[thread overview]
Message-ID: <1343379459-23779-1-git-send-email-sidhayn@gmail.com> (raw)


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



             reply	other threads:[~2012-07-27  9:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-27  8:57 Rick Farina [this message]
2012-08-05 22:56 ` [gentoo-catalyst] Re: [PATCH] make.conf and make.profile moved to /etc/portage so stop cleaning it to avoid multiple fatal errors Richard Farina
2012-08-06 10:37   ` Jorge Manuel B. S. Vicetto
2012-08-06 13:39     ` Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343379459-23779-1-git-send-email-sidhayn@gmail.com \
    --to=sidhayn@gmail.com \
    --cc=gentoo-catalyst@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox