diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-19 18:24:42 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-19 18:47:47 +0200 |
commit | 15da6ad2c6d61a8746e840b7a0d92b8b723fa788 (patch) | |
tree | 6c3292b7a3d106077a48185fd5f10b0c70a3da52 /etc/repos.template.json | |
parent | d35cc739eb5bff4c2374b705d86421270239e36d (diff) | |
download | rules-cc-15da6ad2c6d61a8746e840b7a0d92b8b723fa788.tar.gz |
bundled tools: bring own defaults
... instead of using the strict -Wall defaults that are used
for just.
Diffstat (limited to 'etc/repos.template.json')
-rw-r--r-- | etc/repos.template.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/repos.template.json b/etc/repos.template.json index c14780b..b18b665 100644 --- a/etc/repos.template.json +++ b/etc/repos.template.json @@ -3,8 +3,7 @@ { "rules": {"repository": {"type": "file", "path": "rules"}} , "rules with bundled tools": { "repository": "rules" - , "target_root": "just/defaults" - , "target_file_name": "TARGETS.just" + , "target_root": "defaults" , "rule_root": "rules" , "bindings": { "base": "just/rules" @@ -12,6 +11,7 @@ , "grpc": "just/com_github_grpc_grpc" } } + , "defaults": {"repository": {"type": "file", "path": "etc/defaults"}} , "tests": { "repository": {"type": "file", "path": "tests"} , "bindings": |