# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 05 Apr 2009; Andrew Gaffney <agaffney@gentoo.org> TODO:
+ Note in TODO where things have already been done
+
04 Apr 2009; Andrew Gaffney <agaffney@gentoo.org>
modules/catalyst/config.py:
Explicitly set target: in per-target spec values
Catalyst component.
Global:
-- remove spec_prefix from all exported variables
+- remove spec_prefix from all exported variables (DONE)
- variables without spec_prefix are global and used in all targets
- variables with spec_prefix only apply to that target
-- add multiple target support for spec files
+- add multiple target support for spec files (DONE)
- target: stage1
- targets: stage1 stage2 stage3 stage4 livecd netboot
- add more validation and checking to code
- %DISTRIBUTION%
- %AUTHOR%
- add new targets
- - system
+ - system (proof of concept)
- aligned with current stage3, but has all lower-level work done (toolchain)
- mkdir -p /tmp/stage3root/etc
- cp -a /etc/make.conf /etc/make.globals make.profile /tmp/stage3root/etc/