~launchpad-pqm/launchpad/devel

8357.5.4 by Gary Poster
make bootstrap use the local downloaded version of zc.buildout. This should eliminate the last bit of network access on deployment boxes--and on development boxes, once setuptools is installed properly.
1
[easy_install]
8357.5.10 by Gary Poster
make changes per review by Francis
2
# These settings control the behavior of the bootstrap.py script.  They keep
3
# the version of setuptools and zc.buildout found in the download-cache as the
4
# ones used to make the bin/buildout script.  Therefore, if your system Python
5
# already has setuptools installed, this file will keep the system from going
6
# out on the network for any distributions during the zc.buildout
7
# bootstrapping.  Also, therefore, if you want to use a newer version of
8
# setuptools or zc.buildout, you need to put it in ./download-cache/dist and
9
# commit there, and change the specification in versions.cfg, as described
10
# generally for dependencies in ./doc/buildout.txt.
8827.2.5 by Gary Poster
try to make ec2test happy again.
11
allow_hosts =
8357.5.4 by Gary Poster
make bootstrap use the local downloaded version of zc.buildout. This should eliminate the last bit of network access on deployment boxes--and on development boxes, once setuptools is installed properly.
12