Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: modules/
Date: Thu, 23 Aug 2012 05:56:32
Message-Id: 1345517073.3bd10159bf7cfe14b6d8a8218b94eca73be4c997.jmbsvicetto@gentoo
1 commit: 3bd10159bf7cfe14b6d8a8218b94eca73be4c997
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 21 02:44:33 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 21 02:44:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=3bd10159
7
8 Drop config_profile_link from the action_sequence for the generic stage.
9 Instead of creating the profile from python, we're going to use eselect to pick the profile inside the chroot.
10
11 ---
12 modules/generic_stage_target.py | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
14
15 diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py
16 index c4ef239..24bf846 100644
17 --- a/modules/generic_stage_target.py
18 +++ b/modules/generic_stage_target.py
19 @@ -457,7 +457,7 @@ class generic_stage_target(generic_target):
20 def set_action_sequence(self):
21 """ Default action sequence for run method """
22 self.settings["action_sequence"]=["unpack","unpack_snapshot",\
23 - "config_profile_link","setup_confdir","portage_overlay",\
24 + "setup_confdir","portage_overlay",\
25 "base_dirs","bind","chroot_setup","setup_environment",\
26 "run_local","preclean","unbind","clean"]
27 # if self.settings.has_key("TARBALL") or \