[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/ The buildout.cfg template was missing settings for the shared eggs

Philipp von Weitershausen philikon at philikon.de
Sun Jul 15 09:35:19 EDT 2007


Log message for revision 77997:
  The buildout.cfg template was missing settings for the shared eggs
  directory and thew ``newest`` flag.
  
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/README.txt
  U   Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl

-=-
Modified: Sandbox/philikon/zopeproject/trunk/README.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/README.txt	2007-07-15 13:34:09 UTC (rev 77996)
+++ Sandbox/philikon/zopeproject/trunk/README.txt	2007-07-15 13:35:19 UTC (rev 77997)
@@ -30,6 +30,12 @@
 Changes
 =======
 
+0.3.1 (unreleased)
+------------------
+
+* The buildout.cfg template was missing settings for the shared eggs
+  directory and thew ``newest`` flag.
+
 0.3 (2007-07-14)
 ----------------
 

Modified: Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl
===================================================================
--- Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl	2007-07-15 13:34:09 UTC (rev 77996)
+++ Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl	2007-07-15 13:35:19 UTC (rev 77997)
@@ -2,6 +2,8 @@
 develop = .
 parts = app test
 find-links = http://download.zope.org/distribution/
+eggs-directory = ${eggs_dir}
+newest = ${newest}
 
 [app]
 recipe = zc.recipe.egg



More information about the Checkins mailing list