openstack-ansible/releasenotes/notes/pip-source-store-d94ff2b68a99481a.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

11 lines
488 B
YAML

---
features:
- The repo build process now has the ability to store the pip
sources within the build archive. This ability is useful when
deploying environments that are "multi-architecture",
"multi-distro", or "multi-interpreter" where specific pre-build
wheels may not be enough to support all of the deployment.
To enable the ability to store the python source code within a
given release, set the new option ``repo_build_store_pip_sources``
to ``true``.