summaryrefslogtreecommitdiff
path: root/doc/tutorial/just-lock.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2025-05-07 18:20:12 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2025-05-13 10:27:47 +0200
commit2036132fe7d9c499d52499e66f7e39c995b57b89 (patch)
tree8bdde08d6fda6aa5bf7bd35c0a7c7eeee4b4f01b /doc/tutorial/just-lock.md
parentff05735fcbab55b9c3e548232ad0aa315883183f (diff)
downloadjustbuild-2036132fe7d9c499d52499e66f7e39c995b57b89.tar.gz
Tutorial: Update reference to rules-cc
Diffstat (limited to 'doc/tutorial/just-lock.md')
-rw-r--r--doc/tutorial/just-lock.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/just-lock.md b/doc/tutorial/just-lock.md
index 03a65063..538f559e 100644
--- a/doc/tutorial/just-lock.md
+++ b/doc/tutorial/just-lock.md
@@ -86,7 +86,7 @@ We define the following `repos.in.json` input configuration file for
, "imports":
[ { "source": "git"
, "branch": "master"
- , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "url": "https://github.com/just-buildsystem/rules-cc.git"
, "repos": [{"alias": "rules-cc-rules-sources", "repo": "rules"}]
}
@@ -201,7 +201,7 @@ $ diff -y <(jq --sort-keys . repos.out.json) <(jq --sort-keys . repos.json)
"rules-cc-rules-sources": { <
"repository": { "repository": {
"branch": "master", "branch": "master",
- "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450", "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450",
+ "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6", "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6",
"repository": "https://github.com/just-buildsystem/ru "repository": "https://github.com/just-buildsystem/ru
"subdir": "rules", "subdir": "rules",
"type": "git" "type": "git"