Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions doc/source/format_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,20 @@ following to your ``project.conf``:

ref-storage: project.refs

.. attention::

**Storing subproject source references in project.refs**

When using the ``project.refs`` file, it is possible to override the
references in subprojects by editing the ``project.refs`` file directly
or by using :ref:`bst source track --cross-junctions <invoking_source_track>`,
this can be practical to try out fresher versions of components which
are maintained in a subproject.

It should be noted however that overridden subproject source references listed
in your ``project.refs`` file will be ignored by projects which use your project
as a subproject.


.. _configurable_warnings:

Expand Down