tripleo-image-elements/elements/pypi-mirror
Michael Kerrin 09e1abdfdc Install latest version of pip and virtualenv
We install pip with get-pip.py and use this to install virtualenv. This
is done as part of the new pip-and-virtualenv element. All elements that
need pip or virtualenv should use this element to install them.

Our motivation is that we need to talk to a pypi mirror generated with
a recent http://github.com/openstack-infra/pypi-mirror This mirror
caches some 'wheels' that the previous version of pip & virtualenv
can't install.

virtualenv contains its own version of pip that is used for all
virtualenv environments.

Change-Id: I282fd8fffc8d5707a078f78f2b4571138d7266f3
2014-03-10 10:06:59 +00:00
..
install.d Install latest version of pip and virtualenv 2014-03-10 10:06:59 +00:00
README.md Element to build and maintain local pypi mirror 2013-10-07 13:12:34 -07:00
element-deps Install latest version of pip and virtualenv 2014-03-10 10:06:59 +00:00
source-repository-pypi-mirror Don't use /cgit/ urls for git. 2014-02-21 15:25:12 +13:00

README.md

Creates and hosts a local pypi mirror suitable for use with the pypi element from diskimage-builder.