[Checkins] SVN: zope.tal/trunk/buildout.cfg - added find-links to allow buildout to pick up current versions

Christian Theune ct at gocept.com
Sun May 13 11:02:43 EDT 2007


Log message for revision 75722:
   - added find-links to allow buildout to pick up current versions
  

Changed:
  U   zope.tal/trunk/buildout.cfg

-=-
Modified: zope.tal/trunk/buildout.cfg
===================================================================
--- zope.tal/trunk/buildout.cfg	2007-05-13 14:51:58 UTC (rev 75721)
+++ zope.tal/trunk/buildout.cfg	2007-05-13 15:02:43 UTC (rev 75722)
@@ -1,6 +1,7 @@
 [buildout]
 develop = .
 parts = test
+find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner



More information about the Checkins mailing list