summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-07-05 16:56:32 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-07-05 17:25:03 +0200
commit1adf3ea9c28b1b72eb7e56ef4027d2aee200042e (patch)
treeacf4f9d2670d3b48789719c96d334ec433de2f2f /share
parenta7462a787fc45bee5e8010686333d1edbf7f3963 (diff)
downloadjustbuild-1adf3ea9c28b1b72eb7e56ef4027d2aee200042e.tar.gz
Make remote endpoint specification part of analysis
The remote execution endpoint shards the target-level cache; still, for analysis, we want to specify a particular target-level cache, e.g., to analyse the inputs of a particular action that failed remotely. Note that the action identifier depends on the target-level cache in question, due to the extensional projection implicit in target-level caching.
Diffstat (limited to 'share')
-rw-r--r--share/man/just.1.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org
index c3b9f823..98db94e4 100644
--- a/share/man/just.1.org
+++ b/share/man/just.1.org
@@ -389,16 +389,20 @@ well-defined graph file. See *just-graph-file(5)* for more details.
** Remote execution options
+ As remote execution properties shard the target-level cache, they are also
+ available for analysis. In this way, the same action identifiers can be
+ achieved despite the extensional projection inherent to target level caching,
+ e.g., in conjunction with *--request-action-input*.
*--remote-execution-property* KEY:VAL\\
Property for remote execution as key-value pair. Specifying this
option multiple times will accumulate pairs. If multiple pairs with
the same key are given, the latest wins.\\
- Supported by: build|install|rebuild|traverse.
+ Supported by: analysis|build|install|rebuild|traverse.
*-r*, *--remote-execution-address* NAME:PORT\\
Address of the remote execution service.\\
- Supported by: build|install-cas|install|rebuild|traverse.
+ Supported by: analysis|build|install-cas|install|rebuild|traverse.
** *analyse* specific options