Files
ansible-role-python_venv_build/releasenotes/notes/venv_wheels_build-23298a7019e629bd.yaml
Dmitriy Rabotyagov 5051b52275 Split venv_rebuild functionality
This patch aims to split functionality of ``venv_rebuild`` into 2
separate parts - rebuilding venv and rebuilding wheels. That will give
more control over what needs to be done.

Change-Id: Ie14f12c6756cd1f866b660acc8fd6aa5695f6c33
Related-Bug: #1914301
2022-05-11 10:07:48 +00:00

10 lines
326 B
YAML

---
features:
- |
Functionality of ``venv_rebuild`` has been adjusted to the correct scope.
Now setting this variable to true will not trigger wheels rebuild -
it will just remove and re-create your virtualenv.
If you want to rebuild wheels, a new variable ``venv_wheels_rebuild`` has
been implemented.