summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/junction.py
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-02-12 19:57:09 +0530
committerChandan Singh <csingh43@bloomberg.net>2019-02-26 03:05:03 +0530
commit4e76f83c5d4d42f1fd54a9b4c595f93b32b5509e (patch)
tree3481f1bfc422120168c50c65f2694cc61f8cc861 /buildstream/plugins/elements/junction.py
parentdc73ab679a1eac4cbb00f7ec7220ef5259d0e41d (diff)
downloadbuildstream-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.py2
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