summaryrefslogtreecommitdiff
path: root/doc
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
parentff05735fcbab55b9c3e548232ad0aa315883183f (diff)
downloadjustbuild-2036132fe7d9c499d52499e66f7e39c995b57b89.tar.gz
Tutorial: Update reference to rules-cc
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial/computed.md2
-rw-r--r--doc/tutorial/hello-world.md6
-rw-r--r--doc/tutorial/just-lock.md4
-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
7 files changed, 14 insertions, 14 deletions
diff --git a/doc/tutorial/computed.md b/doc/tutorial/computed.md
index ee9e94d8..75d740cd 100644
--- a/doc/tutorial/computed.md
+++ b/doc/tutorial/computed.md
@@ -231,7 +231,7 @@ Therefore, our final repository description looks as follows.
{ "repository":
{ "type": "git"
, "branch": "master"
- , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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 dcad3ea0..2861364a 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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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:3a5f0f0f50c59495ffc3b198df59e6edb8416450](https://github.com/just-buildsystem/rules-cc/tree/3a5f0f0f50c59495ffc3b198df59e6edb8416450),
+ [just-buildsystem/rules-cc:7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6](https://github.com/just-buildsystem/rules-cc/tree/7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6),
which contains the high-level concepts for building C/C++ binaries
and libraries.
@@ -234,7 +234,7 @@ the following content:
{ "repository":
{ "type": "git"
, "branch": "master"
- , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}
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"
diff --git a/doc/tutorial/just-serve.md b/doc/tutorial/just-serve.md
index d31bde29..9ba08758 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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}
diff --git a/doc/tutorial/rebuild.md b/doc/tutorial/rebuild.md
index 6cb8b88c..dfbd9ff6 100644
--- a/doc/tutorial/rebuild.md
+++ b/doc/tutorial/rebuild.md
@@ -109,7 +109,7 @@ the current working directory
{ "repository":
{ "type": "git"
, "branch": "master"
- , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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 a8963c0d..09b8db78 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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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 7496d7df..38afd434 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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "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": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
+ , "commit": "7a2fb9f639a61cf7b7d7e45c7c4cea845e7528c6"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}