diff options
-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 c49a188..51b948c 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.2.0} +: ${BRANCH:=v1.2.1} : ${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 ca623dd..7895391 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -71,8 +71,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0" - , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" + , "branch": "v1.2.1" + , "commit": "959cd90083d0c783389cd09e187c98322c16469f" } , "bindings": { "rules": "just/rules-just" @@ -298,8 +298,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0" - , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" + , "branch": "v1.2.1" + , "commit": "959cd90083d0c783389cd09e187c98322c16469f" , "subdir": "etc/patches" } } @@ -337,8 +337,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0" - , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" + , "branch": "v1.2.1" + , "commit": "959cd90083d0c783389cd09e187c98322c16469f" , "subdir": "rules" } , "target_root": "just/defaults" @@ -443,8 +443,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0" - , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" + , "branch": "v1.2.1" + , "commit": "959cd90083d0c783389cd09e187c98322c16469f" , "subdir": "etc/toolchain" } , "rule_root": "just/rules" @@ -466,8 +466,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0" - , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" + , "branch": "v1.2.1" + , "commit": "959cd90083d0c783389cd09e187c98322c16469f" , "subdir": "etc/defaults" } } @@ -475,8 +475,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0" - , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" + , "branch": "v1.2.1" + , "commit": "959cd90083d0c783389cd09e187c98322c16469f" , "subdir": "etc/import" } } |