summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/TARGETS')
-rw-r--r--src/other_tools/just_mr/TARGETS126
1 files changed, 63 insertions, 63 deletions
diff --git a/src/other_tools/just_mr/TARGETS b/src/other_tools/just_mr/TARGETS
index 2a673117..34e91901 100644
--- a/src/other_tools/just_mr/TARGETS
+++ b/src/other_tools/just_mr/TARGETS
@@ -4,27 +4,27 @@
, "name": ["just-mr"]
, "srcs": ["main.cpp"]
, "private-deps":
- [ ["@", "cli11", "", "cli11"]
+ [ "cli"
+ , "exit_codes"
+ , "fetch"
+ , "launch"
+ , "rc"
+ , "setup"
+ , "setup_utils"
+ , "update"
+ , ["@", "cli11", "", "cli11"]
, ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
, ["src/buildtool/build_engine/expression", "expression"]
, ["src/buildtool/common", "retry_cli"]
+ , ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/file_system", "git_context"]
- , ["src/buildtool/logging", "logging"]
, ["src/buildtool/logging", "log_level"]
+ , ["src/buildtool/logging", "logging"]
, ["src/buildtool/main", "version"]
, ["src/buildtool/storage", "config"]
, ["src/buildtool/storage", "repository_garbage_collector"]
, ["src/buildtool/storage", "storage"]
- , "cli"
- , "exit_codes"
- , "fetch"
- , "launch"
- , "rc"
- , "setup"
- , "setup_utils"
- , "update"
- , ["src/buildtool/crypto", "hash_function"]
]
, "stage": ["src", "other_tools", "just_mr"]
, "private-ldflags":
@@ -43,9 +43,9 @@
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
- , ["src/buildtool/storage", "config"]
- , ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/build_engine/expression", "expression"]
+ , ["src/buildtool/file_system", "file_system_manager"]
+ , ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "just_mr"]
, "private-deps":
@@ -64,7 +64,9 @@
, "name": ["cli"]
, "hdrs": ["cli.hpp"]
, "deps":
- [ ["@", "cli11", "", "cli11"]
+ [ "mirrors"
+ , "utils"
+ , ["@", "cli11", "", "cli11"]
, ["@", "fmt", "", "fmt"]
, ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
@@ -73,8 +75,6 @@
, ["src/buildtool/common", "user_structs"]
, ["src/buildtool/execution_api/local", "config"]
, ["src/buildtool/logging", "log_level"]
- , "mirrors"
- , "utils"
]
, "stage": ["src", "other_tools", "just_mr"]
}
@@ -84,21 +84,21 @@
, "hdrs": ["setup_utils.hpp"]
, "srcs": ["setup_utils.cpp"]
, "deps":
- [ ["src/buildtool/auth", "auth"]
- , ["src/buildtool/build_engine/expression", "expression_ptr_interface"]
+ [ "cli"
+ , ["src/buildtool/auth", "auth"]
, ["src/buildtool/build_engine/expression", "expression"]
+ , ["src/buildtool/build_engine/expression", "expression_ptr_interface"]
, ["src/buildtool/execution_api/local", "config"]
, ["src/buildtool/serve_api/remote", "config"]
- , "cli"
]
, "stage": ["src", "other_tools", "just_mr"]
, "private-deps":
- [ ["@", "json", "", "json"]
+ [ "exit_codes"
+ , ["@", "json", "", "json"]
, ["src/buildtool/execution_api/remote", "config"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
- , "exit_codes"
]
}
, "fetch":
@@ -107,23 +107,32 @@
, "hdrs": ["fetch.hpp"]
, "srcs": ["fetch.cpp"]
, "deps":
- [ ["src/buildtool/build_engine/expression", "expression"]
- , "cli"
+ [ "cli"
+ , ["src/buildtool/build_engine/expression", "expression"]
, ["src/buildtool/common", "retry_cli"]
, ["src/buildtool/storage", "config"]
, ["src/buildtool/storage", "storage"]
]
, "stage": ["src", "other_tools", "just_mr"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
+ [ "exit_codes"
+ , "setup_utils"
+ , ["@", "fmt", "", "fmt"]
, ["@", "json", "", "json"]
, ["src/buildtool/auth", "auth"]
, ["src/buildtool/common/remote", "retry_config"]
+ , ["src/buildtool/execution_api/common", "api_bundle"]
+ , ["src/buildtool/execution_api/common", "common"]
+ , ["src/buildtool/execution_api/local", "config"]
+ , ["src/buildtool/execution_api/local", "context"]
+ , ["src/buildtool/execution_api/remote", "config"]
+ , ["src/buildtool/execution_api/remote", "context"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/main", "retry"]
, ["src/buildtool/multithreading", "async_map_utils"]
, ["src/buildtool/multithreading", "task_system"]
- , "exit_codes"
+ , ["src/buildtool/serve_api/remote", "config"]
+ , ["src/buildtool/serve_api/remote", "serve_api"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/just_mr/progress_reporting", "progress_reporter"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
@@ -134,15 +143,6 @@
, ["src/other_tools/ops_maps", "import_to_git_map"]
, ["src/other_tools/utils", "parse_archive"]
, ["src/other_tools/utils", "parse_git_tree"]
- , "setup_utils"
- , ["src/buildtool/execution_api/common", "common"]
- , ["src/buildtool/execution_api/common", "api_bundle"]
- , ["src/buildtool/execution_api/local", "config"]
- , ["src/buildtool/execution_api/local", "context"]
- , ["src/buildtool/execution_api/remote", "config"]
- , ["src/buildtool/execution_api/remote", "context"]
- , ["src/buildtool/serve_api/remote", "config"]
- , ["src/buildtool/serve_api/remote", "serve_api"]
]
}
, "update":
@@ -151,24 +151,24 @@
, "hdrs": ["update.hpp"]
, "srcs": ["update.cpp"]
, "deps":
- [ ["src/buildtool/build_engine/expression", "expression"]
- , "cli"
+ [ "cli"
+ , ["src/buildtool/build_engine/expression", "expression"]
, ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "just_mr"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
+ [ "exit_codes"
+ , "utils"
+ , ["@", "fmt", "", "fmt"]
, ["@", "json", "", "json"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/multithreading", "async_map_utils"]
, ["src/buildtool/multithreading", "task_system"]
, ["src/buildtool/storage", "config"]
, ["src/other_tools/git_operations", "git_repo_remote"]
- , "exit_codes"
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/just_mr/progress_reporting", "progress_reporter"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
- , "utils"
, ["src/other_tools/ops_maps", "git_update_map"]
]
}
@@ -178,27 +178,37 @@
, "hdrs": ["setup.hpp"]
, "srcs": ["setup.cpp"]
, "deps":
- [ ["src/buildtool/build_engine/expression", "expression"]
- , "cli"
+ [ "cli"
+ , ["src/buildtool/build_engine/expression", "expression"]
, ["src/buildtool/common", "retry_cli"]
, ["src/buildtool/storage", "config"]
, ["src/buildtool/storage", "storage"]
]
, "stage": ["src", "other_tools", "just_mr"]
, "private-deps":
- [ ["@", "json", "", "json"]
+ [ "exit_codes"
+ , "setup_utils"
+ , "utils"
+ , ["@", "json", "", "json"]
, ["src/buildtool/auth", "auth"]
, ["src/buildtool/common/remote", "retry_config"]
+ , ["src/buildtool/execution_api/common", "api_bundle"]
+ , ["src/buildtool/execution_api/common", "common"]
+ , ["src/buildtool/execution_api/local", "config"]
+ , ["src/buildtool/execution_api/local", "context"]
+ , ["src/buildtool/execution_api/remote", "config"]
+ , ["src/buildtool/execution_api/remote", "context"]
+ , ["src/buildtool/file_system/symlinks_map", "resolve_symlinks_map"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/main", "retry"]
, ["src/buildtool/multithreading", "async_map_utils"]
, ["src/buildtool/multithreading", "task_system"]
+ , ["src/buildtool/serve_api/remote", "config"]
+ , ["src/buildtool/serve_api/remote", "serve_api"]
, ["src/buildtool/storage", "fs_utils"]
- , "exit_codes"
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/just_mr/progress_reporting", "progress_reporter"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
- , "utils"
, ["src/other_tools/ops_maps", "content_cas_map"]
, ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/other_tools/ops_maps", "git_tree_fetch_map"]
@@ -208,16 +218,6 @@
, ["src/other_tools/root_maps", "distdir_git_map"]
, ["src/other_tools/root_maps", "fpath_git_map"]
, ["src/other_tools/root_maps", "tree_id_git_map"]
- , ["src/buildtool/file_system/symlinks_map", "resolve_symlinks_map"]
- , "setup_utils"
- , ["src/buildtool/execution_api/common", "common"]
- , ["src/buildtool/execution_api/common", "api_bundle"]
- , ["src/buildtool/execution_api/local", "config"]
- , ["src/buildtool/execution_api/local", "context"]
- , ["src/buildtool/execution_api/remote", "config"]
- , ["src/buildtool/execution_api/remote", "context"]
- , ["src/buildtool/serve_api/remote", "config"]
- , ["src/buildtool/serve_api/remote", "serve_api"]
]
}
, "launch":
@@ -233,16 +233,16 @@
]
, "stage": ["src", "other_tools", "just_mr"]
, "private-deps":
- [ ["@", "json", "", "json"]
+ [ "exit_codes"
+ , "setup"
+ , "setup_utils"
+ , "utils"
+ , ["@", "json", "", "json"]
, ["src/buildtool/build_engine/expression", "expression"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/multithreading", "task_system"]
, ["src/buildtool/storage", "repository_garbage_collector"]
, ["src/utils/cpp", "file_locking"]
- , "exit_codes"
- , "setup"
- , "utils"
- , "setup_utils"
]
}
, "mirrors":
@@ -264,14 +264,14 @@
, "srcs": ["rc.cpp"]
, "deps": ["cli"]
, "private-deps":
- [ ["@", "json", "", "json"]
+ [ "exit_codes"
+ , "rc_merge"
+ , ["@", "json", "", "json"]
, ["src/buildtool/build_engine/expression", "expression"]
, ["src/buildtool/common", "location"]
, ["src/buildtool/file_system", "file_system_manager"]
- , ["src/buildtool/logging", "logging"]
, ["src/buildtool/logging", "log_level"]
- , "exit_codes"
- , "rc_merge"
+ , ["src/buildtool/logging", "logging"]
]
, "stage": ["src", "other_tools", "just_mr"]
}