[Checkins] SVN: zc.buildout/trunk/buildout.cfg Added part for py script. Specify find-links so we can find

Jim Fulton jim at zope.com
Tue Sep 5 18:55:48 EDT 2006


Log message for revision 69987:
  Added part for py script.  Specify find-links so we can find
  zope.testing.
  

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

-=-
Modified: zc.buildout/trunk/buildout.cfg
===================================================================
--- zc.buildout/trunk/buildout.cfg	2006-09-05 22:55:45 UTC (rev 69986)
+++ zc.buildout/trunk/buildout.cfg	2006-09-05 22:55:47 UTC (rev 69987)
@@ -1,9 +1,12 @@
 [buildout]
 develop = zc.recipe.egg_ zc.recipe.testrunner
-parts = test
+parts = test py
+find-links = http://download.zope.org/distribution
 
-# prevent slow access to cheeseshop:
-index = http://download.zope.org
+[py]
+recipe = zc.recipe.egg
+eggs = zc.buildout
+interpreter = py
 
 [test]
 recipe = zc.recipe.testrunner



More information about the Checkins mailing list