summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-17 11:17:55 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-20 15:33:53 +0100
commit7398379052a1c79bde0d4f87de812b89bef9c6bc (patch)
tree8a380a09776ff48e0ea32c2a784f821930313b33 /doc
parent2adc4915d42547fd71e4d8983dc50e33df251b53 (diff)
downloadjustbuild-7398379052a1c79bde0d4f87de812b89bef9c6bc.tar.gz
just-lock: Add option to set a just binary to use
Diffstat (limited to 'doc')
-rw-r--r--doc/future-designs/just-lock.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/future-designs/just-lock.md b/doc/future-designs/just-lock.md
index 61e3c900..e20817bf 100644
--- a/doc/future-designs/just-lock.md
+++ b/doc/future-designs/just-lock.md
@@ -103,7 +103,7 @@ Usage: generate/update a `just-mr` configuration file
```
just-lock [-C <repos.in.json>] [-o <repos.json>]
- [--local-build-root <PATH>]
+ [--local-build-root <PATH>] [--just <PATH>]
[--git <PATH>] [-L|--launcher <JSON>]
[--clone <JSON>]
@@ -114,6 +114,7 @@ OPTIONS:
the workspace root. If none found, placed as 'repos.json' in parent path of input file.
--local-build-root PATH
Local build root. Usual `just-mr` rules apply.
+ --just PATH Path to a `just` binary. If missing, use the `just` name from PATH.
--git PATH Git binary to use if needed. If missing, system `git` is used.
User must pass it also to `just-mr`.
--launcher JSON Local launcher to use for commands. Given as a JSON list of strings.