# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 20 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ modules/grp_target.py:
+ Added patch from Åsmund Grammeltvedt <grammel@online.no> to add
+ portage_overlay functionality to GRP, where it was mistakenly missing, for
+ bug #171157. This is catalyst 2.0.3 and ready for release.
+
12 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
targets/livecd-stage1/livecd-stage1-controller.sh,
targets/support/livecdfs-update.sh:
if os.path.isfile(normpath(destdir+"/"+i)):
self.gen_digest_file(normpath(destdir+"/"+i))
-
def set_action_sequence(self):
self.settings["action_sequence"]=["unpack","unpack_snapshot",\
- "config_profile_link","setup_confdir","bind","chroot_setup",\
+ "config_profile_link","setup_confdir","portage_overlay","bind","chroot_setup",\
"setup_environment","run_local","unbind",\
"generate_digests","clear_autoresume"]