a340308444
Currently the upstream pypi mirror is hard set to pypi, but sometimes it is preferred to use a different mirror. This allows the upstream mirror to be changed. Change-Id: Icd93c0c801bfee1b4fdc8154d078067722c0640a Implements: blueprint python-build-install-simplification Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
10 lines
440 B
YAML
10 lines
440 B
YAML
---
|
|
features:
|
|
- |
|
|
The repo server now implements nginx as a reverse proxy for python
|
|
packages sourced from pypi. The initial query will be to a local
|
|
deployment of pypiserver in order to serve any locally built packages,
|
|
but if the package is not available locally it will retry
|
|
the query against the upstream pypi mirror set in the variable
|
|
``repo_nginx_pypi_upstream`` (defaults to pypi) and cache the response.
|