zuul-jobs/roles/bindep
James E. Blair 912f976155 Use new sphinx roles in docs
Change-Id: I92ce6b2f137f5dcb6fdee70c101c6b9d8ad5eb11
Depends-On: I9d72d11bfdb700037a6a08f92a2dbfa95ee519ad
2017-08-11 15:10:40 -07:00
..
defaults Rework bindep role to be more ansible and less shell 2017-07-09 09:27:09 -05:00
handlers Make sure bindep is on the node 2017-07-09 07:46:07 -05:00
tasks Ensure we load roles for linting 2017-07-17 16:50:06 -04:00
README.rst Use new sphinx roles in docs 2017-08-11 15:10:40 -07:00

README.rst

Installs distro packages using bindep tool

Looks for a bindep.txt in a project's source directory, or failing that a other-requirements.txt. If one exists, run bindep on the file to produce a list of required distro packages that do not exist and then install the missing packages.

Role Variables

A specific bindep profile to request.

Path to a specific bindep file to read from.

Path to the bindep command. Defaults to unset which will look for a system installed bindep. If bindep_command is not found, bindep will be installed into a temporary virtualenv.

Path to a bindep fallback file to be used if no bindep file can be found in :zuulbindep.bindep_dir.