From 8f8d18b0cb44609a3c33b94dd8bd16450d3eec52 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 12 Jun 2023 17:19:06 +0200 Subject: just execute tutorial: hint on the --compatible option ... so that users who want use just as an execution service for other build tools are aware and don't run into errors due to incompatible hashes. --- doc/tutorial/just-execute.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/tutorial') diff --git a/doc/tutorial/just-execute.org b/doc/tutorial/just-execute.org index f43cb202..c92c5108 100644 --- a/doc/tutorial/just-execute.org +++ b/doc/tutorial/just-execute.org @@ -87,6 +87,14 @@ type on one shell (as ~build~ user) % just execute -p #+END_SRC Where ~~ is a port number which is supposed to be available. +By default, the native ~git~-based protocol will be used, but it +is also possible to use the original protocol with ~sha256~ hashes +by providing the ~--compatible~ option. +#+BEGIN_SRC bash +% just execute --compatible -p +#+END_SRC +This is particularly useful when providing the remote-execution service +to a different build tool. To use it, as a /normal/ user, on a different shell type #+BEGIN_SRC bash -- cgit v1.2.3