diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-02-12 19:57:09 +0530 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-02-26 03:05:03 +0530 |
commit | 4e76f83c5d4d42f1fd54a9b4c595f93b32b5509e (patch) | |
tree | 3481f1bfc422120168c50c65f2694cc61f8cc861 /buildstream/plugins/elements/junction.py | |
parent | dc73ab679a1eac4cbb00f7ec7220ef5259d0e41d (diff) | |
download | buildstream-chandan/junction-dependency-format.tar.gz |
Document how to refer to cross-junction dependencies inlinechandan/junction-dependency-format
In the previous commit, we added support to express cross-junction
dependencies inline as simple strings. Document it along with the
version in which the feature was added.
Diffstat (limited to 'buildstream/plugins/elements/junction.py')
-rw-r--r-- | buildstream/plugins/elements/junction.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/plugins/elements/junction.py b/buildstream/plugins/elements/junction.py index 2550e1f79..ec7832bc6 100644 --- a/buildstream/plugins/elements/junction.py +++ b/buildstream/plugins/elements/junction.py @@ -109,6 +109,8 @@ Junctions can configure options of the linked project. Options are never implicitly inherited across junctions, however, variables can be used to explicitly assign the same value to a subproject option. +.. _core_junction_nested: + Nested Junctions ---------------- Junctions can be nested. That is, subprojects are allowed to have junctions on |