bifrost/releasenotes/notes/developer-mode-000e7a125642b9e1.yaml
Dmitry Tantsur 1dc4564b52 Add developer mode to bifrost
Installs all source packages with --editable flag, so that they can be
edited in-place.

Change-Id: Iba0be299aeb3ffe75e644c88d3df9c2af4ec9ef1
2020-07-31 19:20:43 +02:00

7 lines
235 B
YAML

---
features:
- |
Set the new parameter ``developer_mode`` to ``true`` to make all packages
installed from source to be installed with the ``--editable`` flag.
The corresponding ``bifrost-cli`` argument is ``--develop``.