From d03b14b4ebef8dffbe4b94d6ab69e4e76f9a4943 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Wed, 19 Feb 2014 12:10:38 +0000 Subject: [PATCH] Update pypi element to suggest pypi-mirror jeepyb no longer contains pypi-mirror. Change-Id: Ifa905181119b30b1184dde53deaf0a97e2cb2ab2 --- elements/pypi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elements/pypi/README.md b/elements/pypi/README.md index 10002fd2..15a43fb9 100644 --- a/elements/pypi/README.md +++ b/elements/pypi/README.md @@ -9,14 +9,14 @@ When online, the master pypi index is supplied as an extra-url, so uncached dependencies will still be available. When offline, only the mirror is used - a stale mirror will cause build failures. -[jeepyb](https://git.openstack.org/cgit/openstack-infra/jeepyb) can be useful in making a +[pypi-mirror](https://git.openstack.org/cgit/openstack-infra/pypi-mirror) can be useful in making a partial PyPI mirror suitable for building images. For instance: * sudo apt-get install libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev \ libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev \ libsasl2-dev - * pip install git+https://git.openstack.org/openstack-infra/jeepyb + * pip install git+https://git.openstack.org/openstack-infra/pypi-mirror * cat << EOF > mirror.yaml cache-root: /home/USER/.cache/image-create/pypi/download