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/rebuild.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/tutorial/rebuild.md') diff --git a/doc/tutorial/rebuild.md b/doc/tutorial/rebuild.md index dfbd9ff6..803260da 100644 --- a/doc/tutorial/rebuild.md +++ b/doc/tutorial/rebuild.md @@ -134,11 +134,11 @@ takes the action result from cache. $ touch ROOT $ just-mr build INFO: Performing repositories setup -INFO: Found 2 repositories to set up +INFO: Found 2 repositories involved INFO: Setup finished, exec ["just","build","-C","..."] INFO: Requested target is [["@","","",""],{}] INFO: Analysed target [["@","","",""],{}] -INFO: Discovered 6 actions, 1 trees, 0 blobs +INFO: Discovered 6 actions, 0 tree overlays, 1 trees, 0 blobs INFO: Building [["@","","",""],{}]. INFO: Processed 6 actions, 0 cache hits. INFO: Artifacts built, logical paths are: @@ -148,11 +148,11 @@ INFO: Artifacts built, logical paths are: $ sleep 1 $ just-mr build INFO: Performing repositories setup -INFO: Found 2 repositories to set up +INFO: Found 2 repositories involved INFO: Setup finished, exec ["just","build","-C","..."] INFO: Requested target is [["@","","",""],{}] INFO: Analysed target [["@","","",""],{}] -INFO: Discovered 6 actions, 1 trees, 0 blobs +INFO: Discovered 6 actions, 0 tree overlays, 1 trees, 0 blobs INFO: Building [["@","","",""],{}]. INFO: Processed 6 actions, 6 cache hits. INFO: Artifacts built, logical paths are: @@ -161,11 +161,11 @@ INFO: Artifacts built, logical paths are: share/hello/version.txt [de0d4f12aeb65c9e0a52909a07b0638e16e112fd:34:f] $ just-mr rebuild INFO: Performing repositories setup -INFO: Found 2 repositories to set up +INFO: Found 2 repositories involved INFO: Setup finished, exec ["just","rebuild","-C","..."] INFO: Requested target is [["@","","",""],{}] INFO: Analysed target [["@","","",""],{}] -INFO: Discovered 6 actions, 1 trees, 0 blobs +INFO: Discovered 6 actions, 0 tree overlays, 1 trees, 0 blobs INFO: Rebuilding [["@","","",""],{}]. WARN: Found flaky action: - id: 50e387d4d4c4dd9d8e6d08e1895c7dc729e5a4f3e7c7ad90cc93e373b5dea947 -- cgit v1.2.3