Commit Graph

5 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d9df50f4e3 Retire pip_install role
As repo_build role has been succesfully replaced with
python_venv_build role, we have no need in it's futher maintaining and
releasing.

Depends-On: https://review.opendev.org/717715
Change-Id: Ibf9ce1d602c5cfa9ed7431ca37de02df3335b36a
2020-04-06 14:27:00 +00:00
fpxie 5ff348020c Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ie33623c5607194d57a29557e794c6f9a96582965
2018-06-20 16:23:51 +08:00
Jesse Pretorius f9d65b184f Remove pip_lock_to_internal_repo variable
The ability to lock the pip configuration down has
now been extended so that it is possible to implement
a different index and to use find-links to achieve the
same goal.

The only replacement implementation could be to disable
the setting of an index if one wanted to *only* use
wheels, but that is unnecessary in OSA builds as we are
able to set the build to only use a specific set of
wheels through the pypiserver on the repo container.

As such, this variable has become useless and unused.
This patch therefore removes it.

Change-Id: If472c845036ab904ffc15ca7201ae68d282c1be0
Implements: blueprint python-build-install-simplification
Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
2018-02-18 15:49:16 +00:00
Jesse Pretorius 2aa35cd95d Rename package lists (and related vars) appropriately
In order to make it easier to differentiate between the lists of
python packages, distribution packages, downloaded packages,
package pins and other similar variables the variable names are
being changed to ensure that they have a more explicit suffix
that defines the purpose and makes the naming more consistent.

This is to facilitate a lookup plugin which will be able to look
up all the package lists and present them as a consolidated piece
of data which may be used for artifact preparation.

Change-Id: Ib7e0d248ca50198ed3d3b5623feafdad26f5df63
2016-08-30 20:05:14 +01:00
Andrew Meserole a1554a47e3 [DOCS] Refactor pip install Docs
This commit refactors the pip_install role docs. Moving forward,
specific project configurations are maintained in the appropriate
role book.

Change-Id: Ic62c7dd8b655a4ef6aa22ca02a599a07996a76f9
2016-08-12 10:14:27 -05:00