[Checkins] SVN: Zope/trunk/buildout.cfg Restrict download sites to those which don't break the build.

Tres Seaver tseaver at palladion.com
Fri Mar 25 11:23:58 EDT 2011


Log message for revision 121123:
  Restrict download sites to those which don't break the build.

Changed:
  U   Zope/trunk/buildout.cfg

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2011-03-25 14:59:44 UTC (rev 121122)
+++ Zope/trunk/buildout.cfg	2011-03-25 15:23:58 UTC (rev 121123)
@@ -1,6 +1,9 @@
 [buildout]
 extensions = mr.developer
 
+allow-hosts =
+    pypi.python.org
+    *.zope.org
 allow-picked-versions = false
 always-accept-server-certificate = true
 develop = .



More information about the checkins mailing list