[Checkins] SVN: zope.sqlalchemy/trunk/buildout.cfg set allow-hosts to pypi to avoid problem with pysqlite.org being down

Laurence Rowe l at lrowe.co.uk
Sat Jan 16 14:29:40 EST 2010


Log message for revision 108182:
  set allow-hosts to pypi to avoid problem with pysqlite.org being down

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

-=-
Modified: zope.sqlalchemy/trunk/buildout.cfg
===================================================================
--- zope.sqlalchemy/trunk/buildout.cfg	2010-01-16 19:22:01 UTC (rev 108181)
+++ zope.sqlalchemy/trunk/buildout.cfg	2010-01-16 19:29:40 UTC (rev 108182)
@@ -1,7 +1,7 @@
 [buildout]
 develop = .
 parts = test scripts
-find-links = http://download.zope.org/distribution/
+allow-hosts = pypi.python.org
 
 [test]
 recipe = zc.recipe.testrunner



More information about the checkins mailing list