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 08c9cb2..c49a188 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-beta3} +: ${BRANCH:=v1.2.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 853a77b..ca623dd 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-beta3" - , "commit": "8eb74daa0a800ca0552ad691aef76b27288ec8cb" + , "branch": "v1.2.0" + , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" } , "bindings": { "rules": "just/rules-just" @@ -298,8 +298,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0-beta3" - , "commit": "8eb74daa0a800ca0552ad691aef76b27288ec8cb" + , "branch": "v1.2.0" + , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" , "subdir": "etc/patches" } } @@ -337,8 +337,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0-beta3" - , "commit": "8eb74daa0a800ca0552ad691aef76b27288ec8cb" + , "branch": "v1.2.0" + , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" , "subdir": "rules" } , "target_root": "just/defaults" @@ -443,8 +443,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0-beta3" - , "commit": "8eb74daa0a800ca0552ad691aef76b27288ec8cb" + , "branch": "v1.2.0" + , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" , "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-beta3" - , "commit": "8eb74daa0a800ca0552ad691aef76b27288ec8cb" + , "branch": "v1.2.0" + , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" , "subdir": "etc/defaults" } } @@ -475,8 +475,8 @@ { "repository": { "type": "git" , "repository": "https://github.com/just-buildsystem/justbuild" - , "branch": "v1.2.0-beta3" - , "commit": "8eb74daa0a800ca0552ad691aef76b27288ec8cb" + , "branch": "v1.2.0" + , "commit": "a4a59ea849cc439ee67665d0668d8e1f71dfa72e" , "subdir": "etc/import" } } |