From 4a00afd4529c826a60f6bc1d854e993bf5a3c898 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 28 Mar 2024 17:45:48 +0100 Subject: just-mrrc(5): update example With "remote-execution properties" a primary property, there is no need anymore to repeat the property as part of the "just args". --- share/man/just-mrrc.5.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/man/just-mrrc.5.md b/share/man/just-mrrc.5.md index 22820078..39fbd435 100644 --- a/share/man/just-mrrc.5.md +++ b/share/man/just-mrrc.5.md @@ -177,10 +177,11 @@ An example just-mrrc file could look like the following: , "just": {"root": "system", "path": "usr/bin/just"} , "git": {"root": "system", "path": "usr/bin/git"} , "remote execution": {"address": "10.0.0.1:8980"} +, "remote-execution properties": ["image:development-v1.2.3"] , "just args": - { "build": ["--remote-execution-property", "OS:Linux"] - , "install": ["--remote-execution-property", "OS:Linux"] - , "rebuild": ["--remote-execution-property", "OS:Linux"] + { "build": ["-J", "64"] + , "install": ["-J", "64", "--remember"] + , "install-cas": ["--remember"] } , "just files": { "config": -- cgit v1.2.3