From 15da6ad2c6d61a8746e840b7a0d92b8b723fa788 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 19 Apr 2023 18:24:42 +0200 Subject: bundled tools: bring own defaults ... instead of using the strict -Wall defaults that are used for just. --- etc/repos.template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/repos.template.json') 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": -- cgit v1.2.3