added some new information in NOTES, updated the TODO
authorJohn P. Davis <zhen@gentoo.org>
Sun, 11 Jul 2004 21:31:40 +0000 (21:31 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Sun, 11 Jul 2004 21:31:40 +0000 (21:31 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@409 d1e1f19c-881f-0410-ab34-b69fee027534

NOTES [new file with mode: 0644]
TODO

diff --git a/NOTES b/NOTES
new file mode 100644 (file)
index 0000000..3409578
--- /dev/null
+++ b/NOTES
@@ -0,0 +1,10 @@
+July 11, 2004
+
+If you were previously using a script to call Catalyst and pass options to it on
+the commandline (catalyst target=foo meep=yar), BEHAVIOR HAS CHANGED.
+You now need to pass Catalyst the -C (--cli) option to tell it to read the next
+arguments as a commandline. NOTE THAT -C MUST BE THE LAST ARGUMENT PASSED OR
+ELSE BREAKAGE WILL ENSUE.
+
+The old behavior exists in Catalyst <=1.0.8. The new behavior will exist in
+Catalyst >=1.0.9.
diff --git a/TODO b/TODO
index e4ca747c42d58522f76525b32e882e4fca380ba6..73ca715cebcb261d3398b14380579679b5d051ef 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,7 @@
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/TODO,v 1.7 2004/06/16 18:34:23 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/TODO,v 1.8 2004/07/11 21:31:40 zhen Exp $
 
 catalyst man page
 
-resuming of builds (sucks having to unpack and repack seeds every time)
-
-finish catalyst howto
-
-re-do catalyst main script to be more robust
-
 Fix the hardcoded arch information in modules/generic_stage_target.py