Note in TODO where things have already been done
authorAndrew Gaffney <agaffney@gentoo.org>
Sun, 5 Apr 2009 04:34:52 +0000 (23:34 -0500)
committerAndrew Gaffney <agaffney@gentoo.org>
Sun, 5 Apr 2009 04:34:52 +0000 (23:34 -0500)
ChangeLog
TODO

index 7140a80c77896f024e63c072ec1fc12817b29f84..4f7ee65cfa88d80d3d66e8ac8e4f1b548a27683e 100644 (file)
--- 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 <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
diff --git a/TODO b/TODO
index 84eaa8bf168a8bfe3c51f7aa1f85c7b881be1c28..e6fac2be4c20066374ae1bbf11962972d6b7938b 100644 (file)
--- 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/