[Checkins] SVN: Zope2.buildout/trunk/buildout.cfg Use local eggs directory to avoid changes in a global egg cache (I don't trust the makefile completely yet).

Florian Schulze florian.schulze at gmx.net
Wed Aug 27 10:52:27 EDT 2008


Log message for revision 90467:
  Use local eggs directory to avoid changes in a global egg cache (I don't trust the makefile completely yet).

Changed:
  U   Zope2.buildout/trunk/buildout.cfg

-=-
Modified: Zope2.buildout/trunk/buildout.cfg
===================================================================
--- Zope2.buildout/trunk/buildout.cfg	2008-08-27 14:51:09 UTC (rev 90466)
+++ Zope2.buildout/trunk/buildout.cfg	2008-08-27 14:52:27 UTC (rev 90467)
@@ -9,6 +9,7 @@
     omelette
     lib_python
 find-links = http://download.zope.org/distribution/
+eggs-directory = ${buildout:directory}/eggs
 extends = versions-zope2.cfg
 versions = versions
 unzip = true



More information about the Checkins mailing list