[Checkins] SVN: zc.buildout/trunk/todo.txt update

Jim Fulton cvs-admin at zope.org
Mon Jun 19 15:20:31 EDT 2006


Log message for revision 68764:
  update
  

Changed:
  U   zc.buildout/trunk/todo.txt

-=-
Modified: zc.buildout/trunk/todo.txt
===================================================================
--- zc.buildout/trunk/todo.txt	2006-06-19 19:20:24 UTC (rev 68763)
+++ zc.buildout/trunk/todo.txt	2006-06-19 19:20:29 UTC (rev 68764)
@@ -8,7 +8,7 @@
 
   - download, checkout
 
-  - Should ot be possible to provide multiple recipies?
+  - Should it be possible to provide multiple recipies?
     Or should recipies be combined through inheritence (or
     composition)?
 
@@ -20,12 +20,25 @@
 
 - Some way to freeze versions so we can have reproducable buildouts.
 
+  Maybe simple approach:
+
+  - Egg recipe outputs dependency info with debug logging
+
+  - Egg recipe has option to specify dependencies.  When used, 
+    don't automatically fetch newer data.
+
 - Part dependencies
 
 - custom uninstall
 
+- Fix develop so thet ordinary eggs fetched as dependencies end up
+  in eggs directory.
+
 - spelling :)
 
+- document recipe initialization order
+
+
 Issues
 
 - Want to be able to control whether eggs get unzipped when they are



More information about the Checkins mailing list