diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-19 16:33:28 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-19 16:33:28 +0200 |
commit | 2d7051782625966857286aace6ff18760114ecc7 (patch) | |
tree | 76af0c3b62588d2a6afcb5f20dea76b0d16ebab4 | |
parent | 75b7ce7400de6ac750a2e01b9bda53a74433f7c0 (diff) | |
download | rules-cc-1.1.tar.gz |
Update just dependency to 1.1.0 releasev1.1
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 26 |
2 files changed, 12 insertions, 16 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 28d046a..4d8e147 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -17,7 +17,7 @@ set -eu readonly ROOT=$(readlink -f $(dirname $0)/..) -: ${BRANCH:=v1.1.0-beta1} +: ${BRANCH:=v1.1.0} : ${OUTFILE:=${ROOT}/etc/repos.json} just-import-git --as just -C ${ROOT}/etc/repos.template.json \ diff --git a/etc/repos.json b/etc/repos.json index 7d09c90..793f954 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -46,8 +46,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.1.0-beta1" - , "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c" + , "branch": "v1.1.0" + , "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad" } , "bindings": { "rules": "just/rules-just" @@ -297,8 +297,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.1.0-beta1" - , "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c" + , "branch": "v1.1.0" + , "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad" , "subdir": "etc/patches" } } @@ -332,8 +332,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.1.0-beta1" - , "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c" + , "branch": "v1.1.0" + , "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad" , "subdir": "rules" } , "target_root": "just/defaults" @@ -404,11 +404,7 @@ , "target_root": "just/defaults" , "rule_root": "just/rules" , "target_file_name": "TARGETS.protobuf" - , "bindings": - { "base": "just/rules" - , "protoc": "just/protobuf" - , "grpc": "just/com_github_grpc_grpc" - } + , "bindings": {"base": "just/rules"} } , "just/rules-re2": { "repository": "just/rules" @@ -447,8 +443,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.1.0-beta1" - , "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c" + , "branch": "v1.1.0" + , "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad" , "subdir": "etc/defaults" } } @@ -456,8 +452,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.1.0-beta1" - , "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c" + , "branch": "v1.1.0" + , "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad" , "subdir": "etc/import" } } |