zuul-jobs/roles/run-bindep
Monty Taylor 10a959d5e6
Add run-bindep role and add it to unittests pre
Before we revoke sudo, we need to run bindep in the project. Add
the run-bindep role.

Copy the content of the jenkins script for now. This way we can iterate
on the content in smaller chunks.

Change-Id: Ib893b06d05039af078e6eea22e882f6f1efae226
2017-06-27 15:32:36 -05:00
..
tasks Add run-bindep role and add it to unittests pre 2017-06-27 15:32:36 -05:00
README.rst Add run-bindep role and add it to unittests pre 2017-06-27 15:32:36 -05:00

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.