summaryrefslogtreecommitdiff
path: root/etc/repos.template.json
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-12-09 15:24:55 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2022-12-12 14:46:19 +0100
commit886c7b680928276d7f925d30fc206ca27d9a97d1 (patch)
tree4471690974cc15caad524274c88fff830bf2c127 /etc/repos.template.json
parent6e10ee13df0b83511d7fe94bb755ac53f993c0ec (diff)
downloadrules-cc-886c7b680928276d7f925d30fc206ca27d9a97d1.tar.gz
Add tests and readme
Diffstat (limited to 'etc/repos.template.json')
-rw-r--r--etc/repos.template.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/repos.template.json b/etc/repos.template.json
new file mode 100644
index 0000000..1b54fe9
--- /dev/null
+++ b/etc/repos.template.json
@@ -0,0 +1,19 @@
+{ "main": "rules"
+, "repositories":
+ { "rules":
+ { "repository": {"type": "file", "path": "rules"}
+ , "bindings":
+ {"protoc": "just/protobuf", "grpc": "just/com_github_grpc_grpc"}
+ }
+ , "tests":
+ { "repository": {"type": "file", "path": "tests"}
+ , "bindings": {"test-just": "just", "test-rules": "test-rules"}
+ }
+ , "imports": {"repository": {"type": "file", "path": "etc/imports"}}
+ , "test-rules":
+ { "repository": {"type": "file", "path": "rules"}
+ , "target_root": "imports"
+ , "target_file_name": "rules.TARGETS"
+ }
+ }
+}