7e04128a8b
We capitalize the first word in task names in general - and when you follow a log and suddenly see a single lower-case one flying along... Fix those names that I could find and that are not variables etc. Change-Id: I9ccde577413270d49fd790c41767b859366dc2f6 |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
tasks | ||
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
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 :zuul
bindep.bindep_dir
.