Skip to content

Commit 2d70517

Browse files
committed
Update just dependency to 1.1.0 release
1 parent 75b7ce7 commit 2d70517

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

etc/generate-repos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -eu
1717

1818
readonly ROOT=$(readlink -f $(dirname $0)/..)
1919

20-
: ${BRANCH:=v1.1.0-beta1}
20+
: ${BRANCH:=v1.1.0}
2121
: ${OUTFILE:=${ROOT}/etc/repos.json}
2222

2323
just-import-git --as just -C ${ROOT}/etc/repos.template.json \

etc/repos.json

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
{ "repository":
4747
{ "type": "git"
4848
, "repository": "https://github.com/just-buildsystem/justbuild"
49-
, "branch": "v1.1.0-beta1"
50-
, "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c"
49+
, "branch": "v1.1.0"
50+
, "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad"
5151
}
5252
, "bindings":
5353
{ "rules": "just/rules-just"
@@ -297,8 +297,8 @@
297297
{ "repository":
298298
{ "type": "git"
299299
, "repository": "https://github.com/just-buildsystem/justbuild"
300-
, "branch": "v1.1.0-beta1"
301-
, "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c"
300+
, "branch": "v1.1.0"
301+
, "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad"
302302
, "subdir": "etc/patches"
303303
}
304304
}
@@ -332,8 +332,8 @@
332332
{ "repository":
333333
{ "type": "git"
334334
, "repository": "https://github.com/just-buildsystem/justbuild"
335-
, "branch": "v1.1.0-beta1"
336-
, "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c"
335+
, "branch": "v1.1.0"
336+
, "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad"
337337
, "subdir": "rules"
338338
}
339339
, "target_root": "just/defaults"
@@ -404,11 +404,7 @@
404404
, "target_root": "just/defaults"
405405
, "rule_root": "just/rules"
406406
, "target_file_name": "TARGETS.protobuf"
407-
, "bindings":
408-
{ "base": "just/rules"
409-
, "protoc": "just/protobuf"
410-
, "grpc": "just/com_github_grpc_grpc"
411-
}
407+
, "bindings": {"base": "just/rules"}
412408
}
413409
, "just/rules-re2":
414410
{ "repository": "just/rules"
@@ -447,17 +443,17 @@
447443
{ "repository":
448444
{ "type": "git"
449445
, "repository": "https://github.com/just-buildsystem/justbuild"
450-
, "branch": "v1.1.0-beta1"
451-
, "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c"
446+
, "branch": "v1.1.0"
447+
, "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad"
452448
, "subdir": "etc/defaults"
453449
}
454450
}
455451
, "just/import targets":
456452
{ "repository":
457453
{ "type": "git"
458454
, "repository": "https://github.com/just-buildsystem/justbuild"
459-
, "branch": "v1.1.0-beta1"
460-
, "commit": "7b776d35325ed3f07eaaf69699f4be948dd1394c"
455+
, "branch": "v1.1.0"
456+
, "commit": "d88b339c386b81492fce481cb8fc12d1f1d90aad"
461457
, "subdir": "etc/import"
462458
}
463459
}

0 commit comments

Comments
 (0)