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 = .

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to