【发布时间】:2012-01-26 12:09:08
【问题描述】:
如果我正确理解 buildout 内部使用 setuptools 和 setuptools 随机抓取 HTML 页面以希望找到鸡蛋。如果任何关键主机关闭并且从 PyPi README 等中引用,这将导致以下问题:
Download error on http://svn.plone.org/svn/collective/ZopeSkel/trunk: timed out -- Some packages may not be found!
Download error on http://svn.plone.org/svn/collective/ZopeSkel/trunk: timed out -- Some packages may not be found!
Download error on http://svn.plone.org/svn/collective/ZopeSkel/trunk: timed out -- Some packages may not be found!
Download error on http://svn.plone.org/svn/collective/ZopeSkel/trunk: timed out -- Some packages may not be found!
Download error on http://svn.plone.org/svn/collective/ZopeSkel/trunk: timed out -- Some packages may not be found!
因为每个 URL 获取都会 1) 阻止构建进度 2) 长时间运行构建超时会变得很痛苦(需要几个小时)
如何配置构建
超时更快
不要抓取任意 URL 以及为 Plone 和常见插件设置的众所周知的 URL
【问题讨论】: