From: Andrew Gaffney Date: Sun, 5 Apr 2009 04:34:52 +0000 (-0500) Subject: Note in TODO where things have already been done X-Git-Tag: CATALYST-2.0.10~3^2~140 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bbc8a1559c15d9e70c8679e87a5629d8c0fa6578;p=catalyst.git Note in TODO where things have already been done --- diff --git a/ChangeLog b/ChangeLog index 7140a80c..4f7ee65c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 05 Apr 2009; Andrew Gaffney TODO: + Note in TODO where things have already been done + 04 Apr 2009; Andrew Gaffney modules/catalyst/config.py: Explicitly set target: in per-target spec values diff --git a/TODO b/TODO index 84eaa8bf..e6fac2be 100644 --- a/TODO +++ b/TODO @@ -5,10 +5,10 @@ be filed at http://tinyurl.com/79slrk (http://bugs.gentoo.org) under the 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 @@ -133,7 +133,7 @@ Targets: - %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/