[Checkins] SVN: zc.table/trunk/buildout.cfg start using the KGS (buildout wouldn't complete before doing this)

Benji York benji at zope.com
Tue Oct 21 09:06:56 EDT 2008


Log message for revision 92425:
  start using the KGS (buildout wouldn't complete before doing this)
  

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

-=-
Modified: zc.table/trunk/buildout.cfg
===================================================================
--- zc.table/trunk/buildout.cfg	2008-10-21 12:28:20 UTC (rev 92424)
+++ zc.table/trunk/buildout.cfg	2008-10-21 13:06:55 UTC (rev 92425)
@@ -1,7 +1,11 @@
 [buildout]
 develop = .
 parts = test
-find-links = http://download.zope.org/distribution/
+allow-picked-versions = false
+use-dependency-links = false
+versions = versions
+extends = http://download.zope.org/zope3.4/versions-3.4.0b2.cfg
+find-links = http://download.zope.org/simple
 
 [test]
 recipe = zc.recipe.testrunner



More information about the Checkins mailing list