summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-11-20 16:39:41 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-11-21 14:32:53 +0100
commitc8070c80d3bf42e646dbd1e3b20e91c27d7a5033 (patch)
treefbe8c6e3acb1a4d38966c2a5958f958477b24c9a /share
parent700d98502a17e57829e2741b503491c1f5dab5a0 (diff)
downloadjustbuild-c8070c80d3bf42e646dbd1e3b20e91c27d7a5033.tar.gz
just-repository-config(5): Document the format for computed roots
... now that a basic implementation is available.
Diffstat (limited to 'share')
-rw-r--r--share/man/just-repository-config.5.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/just-repository-config.5.md b/share/man/just-repository-config.5.md
index ccb1bc17..f5bd98bf 100644
--- a/share/man/just-repository-config.5.md
+++ b/share/man/just-repository-config.5.md
@@ -37,6 +37,11 @@ which determines the type and semantic of the subsequent elements:
entry is missing, the root is considered absent and any target
requiring this root has to come from a specified serve end point.
+ - *`"computed"`* refers to a file root that is the result of evaluating
+ an export target of a content-fixed repository. The list has to have
+ length 5, with the remaining arguments being the global repository name,
+ the module name, the target name, and the configuration, in that order.
+
Repository description
----------------------