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

Christian Theune ct at gocept.com
Tue May 15 02:39:14 EDT 2007


Log message for revision 75759:
   - added find-links to allow picking up current versions
  

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

-=-
Modified: zope.copypastemove/trunk/buildout.cfg
===================================================================
--- zope.copypastemove/trunk/buildout.cfg	2007-05-15 06:38:07 UTC (rev 75758)
+++ zope.copypastemove/trunk/buildout.cfg	2007-05-15 06:39:14 UTC (rev 75759)
@@ -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