summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-26 21:43:45 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-26 21:43:45 +0900
commit59615b62ab93001d5c3ac44e884cab7a5ee9cb7c (patch)
treeb8b4dbac0320a5e185e82a60ceff1333a2b42124
parent855df10ca4346a5c30a8a59c32dfbbed0c34c988 (diff)
downloadbuildstream-59615b62ab93001d5c3ac44e884cab7a5ee9cb7c.tar.gz
doc/source/format.rst: Document format version for junction dependency attribute
The junction attribute was merged fairly recently in the 1.1 series without bumping the project format version, this documents the junctions addition to be added since the closest version bump where support exists.
-rw-r--r--doc/source/format.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/format.rst b/doc/source/format.rst
index 80bc71b95..b3171dc67 100644
--- a/doc/source/format.rst
+++ b/doc/source/format.rst
@@ -258,6 +258,10 @@ The ``type`` attribute can be used to express the dependency type.
The ``junction`` attribute can be used to depend on elements in other projects.
See :mod:`junction <elements.junction>`.
+.. note::
+
+ The ``junction`` attribute is available since :ref:`format version 1 <project_format_version>`
+
Dependency Types
~~~~~~~~~~~~~~~~