summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-07 12:58:21 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-07 12:58:21 +0200
commit0d7ad32b0521cc573bba06f5c2e1ddbc04978e71 (patch)
tree3edb864f189487d80f42888356bec41e68044d9f
parentc774460550978add988f3a1f83da5aaf8200227d (diff)
downloadrules-rust-0d7ad32b0521cc573bba06f5c2e1ddbc04978e71.tar.gz
Follow a fixed tag of rules-cc by default
-rwxr-xr-xetc/gen-repos.sh2
-rw-r--r--etc/repos.json8
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/gen-repos.sh b/etc/gen-repos.sh
index a704bf8..26e6df8 100755
--- a/etc/gen-repos.sh
+++ b/etc/gen-repos.sh
@@ -18,7 +18,7 @@ set -euo pipefail
readonly ROOT=$(readlink -f $(dirname $0)/..)
: ${RULES_CC_REPO:=https://github.com/just-buildsystem/rules-cc}
-: ${RULES_CC_BRANCH:=master}
+: ${RULES_CC_BRANCH:=v1.4.0-alpha+20240807}
just-import-git -C ${ROOT}/etc/repos.template.json \
--as rules-cc -b ${RULES_CC_BRANCH} ${RULES_CC_REPO} rules \
diff --git a/etc/repos.json b/etc/repos.json
index 8fc69de..e5cd34b 100644
--- a/etc/repos.json
+++ b/etc/repos.json
@@ -20,7 +20,7 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-cc"
- , "branch": "master"
+ , "branch": "v1.4.0-alpha+20240807"
, "commit": "54e37a259a18760c57b7a9f2f8ffc656029c8d3f"
, "subdir": "rules"
}
@@ -29,7 +29,7 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-cc"
- , "branch": "master"
+ , "branch": "v1.4.0-alpha+20240807"
, "commit": "54e37a259a18760c57b7a9f2f8ffc656029c8d3f"
, "subdir": "tests"
}
@@ -506,7 +506,7 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-cc"
- , "branch": "master"
+ , "branch": "v1.4.0-alpha+20240807"
, "commit": "54e37a259a18760c57b7a9f2f8ffc656029c8d3f"
, "subdir": "rules"
}
@@ -524,7 +524,7 @@
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-cc"
- , "branch": "master"
+ , "branch": "v1.4.0-alpha+20240807"
, "commit": "54e37a259a18760c57b7a9f2f8ffc656029c8d3f"
, "subdir": "etc/imports"
}