From 2ada58e9a8c7b95dd7da5bfe8a6f1e16bb7686f5 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 23 May 2025 14:34:38 +0200 Subject: tutorial: Update example outputs in all chapters ...to match the ones produces by latest binaries and rules. --- doc/tutorial/just-serve.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/tutorial/just-serve.md') diff --git a/doc/tutorial/just-serve.md b/doc/tutorial/just-serve.md index 9ba08758..9c71e39d 100644 --- a/doc/tutorial/just-serve.md +++ b/doc/tutorial/just-serve.md @@ -570,13 +570,13 @@ serve endpoint ``` sh $ just-mr -R localhost:9999 --local-build-root ~/local-build-root build helloworld INFO: Performing repositories setup -INFO: Found 5 repositories to set up +INFO: Found 5 repositories involved INFO: Setup finished, exec ["just","build","-C","...","--local-build-root","/home/tutorial/local-build-root","-R","127.0.0.1:9999","helloworld"] INFO: Using '127.0.0.1:9999' as the remote execution endpoint. INFO: Requested target is [["@","tutorial","","helloworld"],{}] INFO: Analysed target [["@","tutorial","","helloworld"],{}] INFO: Export targets found: 0 cached, 1 served, 0 uncached, 0 not eligible for caching -INFO: Discovered 4 actions, 2 trees, 0 blobs +INFO: Discovered 4 actions, 0 tree overlays, 2 trees, 0 blobs INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 4 actions, 0 cache hits. INFO: Artifacts built, logical paths are: @@ -727,13 +727,13 @@ endpoint still running, successfully ``` sh $ just-mr --rc rc-file build helloworld INFO: Performing repositories setup -INFO: Found 5 repositories to set up +INFO: Found 5 repositories involved INFO: Setup finished, exec ["just","build","-C","...","--local-build-root","/home/tutorial/local-build-root","-R","localhost:9999","helloworld"] INFO: Using 'localhost:9999' as the remote execution endpoint. INFO: Requested target is [["@","tutorial","","helloworld"],{}] INFO: Analysed target [["@","tutorial","","helloworld"],{}] INFO: Export targets found: 0 cached, 1 served, 0 uncached, 0 not eligible for caching -INFO: Discovered 4 actions, 2 trees, 0 blobs +INFO: Discovered 4 actions, 0 tree overlays, 2 trees, 0 blobs INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 4 actions, 4 cache hits. INFO: Artifacts built, logical paths are: -- cgit v1.2.3