diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-17 11:30:59 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-17 13:55:21 +0100 |
commit | f174823c4c079b5666247f6a5989fa37fee8c345 (patch) | |
tree | 10a0c737aa3d968288b79e651f38a7672bf0a73c /doc/tutorial/just-serve.md | |
parent | 4ad224fdc83ba535e66a95b32c8c44900faa86c6 (diff) | |
download | justbuild-f174823c4c079b5666247f6a5989fa37fee8c345.tar.gz |
tutorial: update reference to rules-cc
Diffstat (limited to 'doc/tutorial/just-serve.md')
-rw-r--r-- | doc/tutorial/just-serve.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/just-serve.md b/doc/tutorial/just-serve.md index aefce3d8..54f4506c 100644 --- a/doc/tutorial/just-serve.md +++ b/doc/tutorial/just-serve.md @@ -293,7 +293,7 @@ Our `repos.json` at this stage reads: { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -504,7 +504,7 @@ We are now ready to see how this setup works. At this point the `repos.json` is { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -643,7 +643,7 @@ removing any `"absent"` pragma fields { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |