diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-20 10:58:39 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-20 12:12:18 +0200 |
commit | f5fcacd28fe02d14f99f4d057076e502c3082a6c (patch) | |
tree | c8d222d8522acbe9f89bfce189129af0d6f557f9 /etc | |
parent | c19cc42358baf78aa409835591128bb89f90a9c7 (diff) | |
download | rules-cc-f5fcacd28fe02d14f99f4d057076e502c3082a6c.tar.gz |
Update just reference to v1.4.0-alpha+20240619
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/generate-repos.sh | 2 | ||||
-rw-r--r-- | etc/repos.json | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index 9250405..a3d97b3 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.4.0-alpha+20240515} +: ${BRANCH:=v1.4.0-alpha+20240619} : ${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 2810154..49aa13e 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -72,8 +72,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0-alpha+20240515" - , "commit": "aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f" + , "branch": "v1.4.0-alpha+20240619" + , "commit": "96158f57c36bbc649abcd9a213bf04df6cf8a1f5" } , "bindings": { "rules": "just/rules-just" @@ -310,8 +310,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0-alpha+20240515" - , "commit": "aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f" + , "branch": "v1.4.0-alpha+20240619" + , "commit": "96158f57c36bbc649abcd9a213bf04df6cf8a1f5" , "subdir": "etc/patches" } } @@ -352,8 +352,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0-alpha+20240515" - , "commit": "aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f" + , "branch": "v1.4.0-alpha+20240619" + , "commit": "96158f57c36bbc649abcd9a213bf04df6cf8a1f5" , "subdir": "rules" } , "target_root": "just/defaults" @@ -461,8 +461,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0-alpha+20240515" - , "commit": "aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f" + , "branch": "v1.4.0-alpha+20240619" + , "commit": "96158f57c36bbc649abcd9a213bf04df6cf8a1f5" , "subdir": "etc/toolchain" } , "rule_root": "just/rules" @@ -484,8 +484,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0-alpha+20240515" - , "commit": "aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f" + , "branch": "v1.4.0-alpha+20240619" + , "commit": "96158f57c36bbc649abcd9a213bf04df6cf8a1f5" , "subdir": "etc/defaults" } } @@ -493,8 +493,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.4.0-alpha+20240515" - , "commit": "aea775ed362a1d8e3c6a1e7d87a793bfdcddfb0f" + , "branch": "v1.4.0-alpha+20240619" + , "commit": "96158f57c36bbc649abcd9a213bf04df6cf8a1f5" , "subdir": "etc/import" } } |