From 89fe51b83d4738578916e04b8312dbd1782a561e Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Mon, 12 Aug 2013 14:51:01 -0700 Subject: [PATCH] Fix pypi element README.md errors - pip install to a github URL without a git+ prefix fails. - Need to close EOF heredoc when creating mirror.yaml Change-Id: Ic555174881e9c06fede1cf731141cbe6eb0e0b02 --- elements/pypi/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elements/pypi/README.md b/elements/pypi/README.md index cb3786f09..d7c3a479c 100644 --- a/elements/pypi/README.md +++ b/elements/pypi/README.md @@ -16,7 +16,7 @@ partial PyPI mirror suitable for building images. For instance: libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev \ libsasl2-dev - * pip install https://github.com/openstack-infra/jeepyb + * pip install git+https://github.com/openstack-infra/jeepyb * cat << EOF > mirror.yaml cache-root: /home/USER/.cache/image-create/pypi/download @@ -26,6 +26,7 @@ partial PyPI mirror suitable for building images. For instance: projects: - https://github.com/openstack/requirements output: /home/USER/.cache/image-create/pypi/mirror + EOF * mkdir -p /home/USER/.cache/image-create/pypi/{download,mirror}