Buildout should use pypi mirrors if pypi goes down
Bug #721203 reported by
Jonas Obrist
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Buildout |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Pypi goes down every once in a while, that's a fact.
Buildout dies if pypi is down and leaves your workspace in a broken state.
There's an easy (in theory) fix for this: Use the Pypi mirrors (http://
Both bootstrap and buildout should fall back to the mirrors should the main server not be available!
Being able to change the index in a global config file is not really that useful, since the buildout might run automated (CI for example) and there's noone to switch the index from pypi to a mirror then.
Changed in zc.buildout: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
To post a comment you must log in.
Here's an example how to make bootstrap.py work:
https:/ /gist.github. com/833553