summaryrefslogtreecommitdiff
path: root/etc/repos.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/repos.json')
-rw-r--r--etc/repos.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json
index d444c262..fdc5e57f 100644
--- a/etc/repos.json
+++ b/etc/repos.json
@@ -657,6 +657,66 @@
"lzma": "lzma"
}
},
+ "repo": {
+ "repository": {
+ "type": "file",
+ "path": ".",
+ "pragma": {
+ "to_git": true
+ }
+ }
+ },
+ "format-json infra": {
+ "repository": {
+ "type": "file",
+ "path": "format-json",
+ "pragma": {
+ "to_git": true
+ }
+ }
+ },
+ "repo tree": {
+ "repository": {
+ "type": "tree structure",
+ "repo": "repo"
+ },
+ "target_file_name": "TARGETS.tasks",
+ "target_root": "format-json infra",
+ "bindings": {
+ "format": "format-json infra"
+ }
+ },
+ "format-json/tasks": {
+ "repository": {
+ "type": "computed",
+ "repo": "repo tree",
+ "target": [
+ "",
+ ""
+ ]
+ }
+ },
+ "format-json/bin": {
+ "repository": {
+ "type": "file",
+ "path": "bin",
+ "pragma": {
+ "to_git": true
+ }
+ },
+ "target_root": "format-json infra"
+ },
+ "format-json": {
+ "repository": {
+ "type": "file",
+ "path": "."
+ },
+ "target_root": "format-json/tasks",
+ "rule_root": "format-json infra",
+ "bindings": {
+ "bin": "format-json/bin"
+ }
+ },
"clang-18": {
"repository": "clang-18/toolchains",
"target_file_name": "clang.TARGETS",