c877323de3
Firstly, the "destination" variable was replaced with a virtualenv in 6bb1f6046b692ee2038eafd0965bd3095d6fa787; update the documentation and prefix the name as is now standard for variables in this repo. This is not set anywhere so I think the prefixing is OK. Call ensure-pip before installing, and use the virtualenv_command it exports to create the environment for the zuul-cloner binary. Story: #2007386 Task: #39311 Change-Id: I057191bf20ab1650a8926971dd386ce9cb1f03f5
14 lines
352 B
ReStructuredText
14 lines
352 B
ReStructuredText
Fetch the zuul-cloner shim and install to the destination.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: repo_src_dir
|
|
|
|
Location of the Zuul source repositories.
|
|
|
|
.. zuul:rolevar:: fetch_zuul_cloner_virtualenv
|
|
:default: ``/usr/zuul-env``
|
|
|
|
The path to the virtualenv to install the shim. See the ensure-pip
|
|
role for details of virtualenv creation.
|