Commit 4fe58f47 authored by Łukasz Nowak's avatar Łukasz Nowak

Restrict source by allow-hosts.

Most of required eggs are anyway available on pypi, which is much more
reliable than all scattered sources. Idea by Leonardo.
parent e176b532
...@@ -13,6 +13,12 @@ parts = ...@@ -13,6 +13,12 @@ parts =
eggs eggs
template template
# Use only quite well working sites.
allow-hosts =
*.nexedi.org
*.python.org
*.sourceforge.net
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment