summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-23 14:22:28 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-23 14:22:28 +0200
commita7646c85398277ee7a3ff6d66da6503e6c25e97b (patch)
tree2121a51207fd2b671433a01b277f4ccac766be86 /doc/tutorial
parent6a1c5cc2c05e7c013a44cddbf030b7d50f1daf12 (diff)
downloadjustbuild-a7646c85398277ee7a3ff6d66da6503e6c25e97b.tar.gz
Update rules reference in tutorial
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/hello-world.md6
-rw-r--r--doc/tutorial/just-serve.md6
-rw-r--r--doc/tutorial/rebuild.md2
-rw-r--r--doc/tutorial/target-file-glob-tree.md2
-rw-r--r--doc/tutorial/third-party-software.md6
5 files changed, 11 insertions, 11 deletions
diff --git a/doc/tutorial/hello-world.md b/doc/tutorial/hello-world.md
index 5786c4d5..b700252d 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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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:22777343f1cfdda9880c61516be22fdfa595a569](https://github.com/just-buildsystem/rules-cc/tree/22777343f1cfdda9880c61516be22fdfa595a569),
+ [just-buildsystem/rules-cc:b8ae7e38c0c51467ead55361362a0fd0da3666d5](https://github.com/just-buildsystem/rules-cc/tree/b8ae7e38c0c51467ead55361362a0fd0da3666d5),
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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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 f5b22ed8..aefce3d8 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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}
diff --git a/doc/tutorial/rebuild.md b/doc/tutorial/rebuild.md
index fa4638e8..d4a21722 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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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 5138505f..3ae2ef63 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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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 d79df2eb..d8ac97c2 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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "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": "22777343f1cfdda9880c61516be22fdfa595a569"
+ , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}