Workaround because zope.org is currently down
Create a ~/.buildout/default.cfg
, with something like:
[buildout]
extends-cache = /path/to/cache/extends
#eggs-directory = /path/to/cache/eggs
#download-cache = /path/to/cache/downloads
Change the path to your needs and create the directories.
Download the cached config files from the gist and place pu them into .../cache/extends
with the hashes as names, e.g. .../cache/extends/fee93940599fd79bdf7e714f3a706d44
You might need to first run ./bin/buildout
, downloading the available extends and then rerun with ./bin/buildout -o
in offline mode if the first does not succeed.