diff options
Diffstat (limited to 'doc/tutorial')
-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 |
5 files changed, 11 insertions, 11 deletions
diff --git a/doc/tutorial/hello-world.md b/doc/tutorial/hello-world.md index 52efbc8f..317c0a63 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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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:307c96681e6626286804c45273082dff94127878](https://github.com/just-buildsystem/rules-cc/tree/307c96681e6626286804c45273082dff94127878), + [just-buildsystem/rules-cc:0e9d13a761c878a647fde5a543946a02bf2c693d](https://github.com/just-buildsystem/rules-cc/tree/0e9d13a761c878a647fde5a543946a02bf2c693d), 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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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 66ae9a7e..37f6419a 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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } diff --git a/doc/tutorial/rebuild.md b/doc/tutorial/rebuild.md index bc0c038e..023d47fd 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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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 3fd4ac0e..8810a8bd 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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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 4c57a11c..7b435b2b 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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "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": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |