diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-20 16:39:41 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-21 14:32:53 +0100 |
commit | c8070c80d3bf42e646dbd1e3b20e91c27d7a5033 (patch) | |
tree | fbe8c6e3acb1a4d38966c2a5958f958477b24c9a /share | |
parent | 700d98502a17e57829e2741b503491c1f5dab5a0 (diff) | |
download | justbuild-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.md | 5 |
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 ---------------------- |