openstack-ansible-repo_build/tasks
Jesse Pretorius b769f0a03b Make the use of the repo index overrides optional
Currently the repo build process hard codes the use of a set of indexes
when building wheels. This overrides any existing pip configuration in
the repo container and is somewhat unintuitive as a result.

As the default index is pypi, which is the default for pip anyway, this
is a redundant hard-code which really shouldn't be required.

The specification of additional indexes should also be optional, as the
default of using pypi again just results in a duplicated check by pip.

Also, for context, OpenStack-CI gating will prefer the use of a
system-wide pip.conf which will be copied from the host to the container.
Without this patch, that simple solution to our gating process will not
work.

Change-Id: I25e4faecbffad6301509c62f55c34ba86b92a658
2016-03-30 16:08:35 -07:00
..
main.yml Install packages necessary to build Python wheels 2016-03-15 17:32:51 +00:00
repo_build.yml Make the use of the repo index overrides optional 2016-03-30 16:08:35 -07:00
repo_build_install.yml Install packages necessary to build Python wheels 2016-03-15 17:32:51 +00:00
repo_clone_git.yml Updated repo_build process to be faster 2016-03-24 14:50:06 -05:00
repo_post_build.yml Updated repo_build process to be faster 2016-03-24 14:50:06 -05:00
repo_pre_build.yml Install packages necessary to build Python wheels 2016-03-15 17:32:51 +00:00
repo_set_facts.yml Updated repo_build process to be faster 2016-03-24 14:50:06 -05:00
repo_venv.yml Implement shippable venvs 2015-10-22 18:35:17 -05:00
repo_venv_build.yml Updated repo_build process to be faster 2016-03-24 14:50:06 -05:00
repo_venv_post_build.yml Implement shippable venvs 2015-10-22 18:35:17 -05:00
repo_venv_pre_build.yml Always rebuild venvs when rebuilding wheels 2016-03-23 17:05:33 +00:00