diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-08 14:36:10 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-08 14:36:10 +0200 |
commit | 07b232e7bcf384ff821a113559c172f03291c5a1 (patch) | |
tree | 4ffab7bfdd0af46658960c3bb5a3004c5c4cf7cc /etc | |
parent | f3125052cf16022d906163ffe1ba1513d4a026a0 (diff) | |
download | justbuild-static-binaries-07b232e7bcf384ff821a113559c172f03291c5a1.tar.gz |
Update to 1.3.0
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 13b98e4..5b73257 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -16,7 +16,7 @@ set -eu : ${JUST_REPO:=https://github.com/just-buildsystem/justbuild} -: ${JUST_BRANCH:=v1.3.0-beta1} +: ${JUST_BRANCH:=v1.3.0} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} : ${TC_NAME:=gcc-13.2.0-musl+tools} diff --git a/etc/repos.json b/etc/repos.json index c013a05..3293872 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -520,8 +520,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" } , "bindings": { "rules": "just/rules-just" @@ -758,8 +758,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "etc/patches" } } @@ -800,8 +800,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "rules" } , "target_root": "just/defaults" @@ -922,8 +922,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "etc/defaults" } } @@ -931,8 +931,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.3.0-beta1" - , "commit": "e40439b4df897b44ef38601475ee6b9a50002741" + , "branch": "v1.3.0" + , "commit": "a7be2417f358049e6a0e28e01bc4020d8de2fdc5" , "subdir": "etc/import" } } |