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 | |
parent | 4ad224fdc83ba535e66a95b32c8c44900faa86c6 (diff) | |
download | justbuild-f174823c4c079b5666247f6a5989fa37fee8c345.tar.gz |
tutorial: update reference to rules-cc
-rw-r--r-- | doc/tutorial/computed.md | 2 | ||||
-rw-r--r-- | doc/tutorial/hello-world.md | 6 | ||||
-rw-r--r-- | doc/tutorial/just-serve.md | 6 | ||||
-rw-r--r-- | doc/tutorial/rebuild.md | 2 | ||||
-rw-r--r-- | doc/tutorial/target-file-glob-tree.md | 2 | ||||
-rw-r--r-- | doc/tutorial/third-party-software.md | 6 |
6 files changed, 12 insertions, 12 deletions
diff --git a/doc/tutorial/computed.md b/doc/tutorial/computed.md index fa0a08ff..0ca6065d 100644 --- a/doc/tutorial/computed.md +++ b/doc/tutorial/computed.md @@ -230,7 +230,7 @@ Therefore, our final repository description looks as follows. { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } diff --git a/doc/tutorial/hello-world.md b/doc/tutorial/hello-world.md index afd8629f..efffcfe3 100644 --- a/doc/tutorial/hello-world.md +++ b/doc/tutorial/hello-world.md @@ -30,7 +30,7 @@ Second, we also need to create the multi-repository configuration { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -46,7 +46,7 @@ Second, we also need to create the multi-repository configuration In that configuration, two repositories are defined: 1. The `"rules-cc"` repository located in the subdirectory `rules` of - [just-buildsystem/rules-cc:b8ae7e38c0c51467ead55361362a0fd0da3666d5](https://github.com/just-buildsystem/rules-cc/tree/b8ae7e38c0c51467ead55361362a0fd0da3666d5), + [just-buildsystem/rules-cc:3a5f0f0f50c59495ffc3b198df59e6edb8416450](https://github.com/just-buildsystem/rules-cc/tree/3a5f0f0f50c59495ffc3b198df59e6edb8416450), which contains the high-level concepts for building C/C++ binaries and libraries. @@ -228,7 +228,7 @@ the following content: { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } 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" } diff --git a/doc/tutorial/rebuild.md b/doc/tutorial/rebuild.md index d4a21722..3988d938 100644 --- a/doc/tutorial/rebuild.md +++ b/doc/tutorial/rebuild.md @@ -108,7 +108,7 @@ the current working directory { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } diff --git a/doc/tutorial/target-file-glob-tree.md b/doc/tutorial/target-file-glob-tree.md index 3ae2ef63..a8963c0d 100644 --- a/doc/tutorial/target-file-glob-tree.md +++ b/doc/tutorial/target-file-glob-tree.md @@ -36,7 +36,7 @@ following content. { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } diff --git a/doc/tutorial/third-party-software.md b/doc/tutorial/third-party-software.md index d8ac97c2..c2c068d4 100644 --- a/doc/tutorial/third-party-software.md +++ b/doc/tutorial/third-party-software.md @@ -140,7 +140,7 @@ additional binding `"format"` for it: { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -273,7 +273,7 @@ be set for them in `repos.json`: { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -396,7 +396,7 @@ example, the following `repos.json` defines the overlay { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |