summaryrefslogtreecommitdiff
path: root/src/other_tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools')
-rw-r--r--src/other_tools/git_operations/TARGETS20
-rw-r--r--src/other_tools/just_mr/TARGETS126
-rw-r--r--src/other_tools/ops_maps/TARGETS44
-rw-r--r--src/other_tools/repo_map/TARGETS8
-rw-r--r--src/other_tools/root_maps/TARGETS70
-rw-r--r--src/other_tools/utils/TARGETS10
6 files changed, 139 insertions, 139 deletions
diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS
index 9a6aed5e..f4e8611f 100644
--- a/src/other_tools/git_operations/TARGETS
+++ b/src/other_tools/git_operations/TARGETS
@@ -12,12 +12,12 @@
, "hdrs": ["git_operations.hpp"]
, "srcs": ["git_operations.cpp"]
, "deps":
- [["src/buildtool/multithreading", "async_map_consumer"], "git_ops_types"]
+ ["git_ops_types", ["src/buildtool/multithreading", "async_map_consumer"]]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
+ [ "git_repo_remote"
+ , ["@", "fmt", "", "fmt"]
, ["src/buildtool/file_system", "file_system_manager"]
- , "git_repo_remote"
, ["src/buildtool/logging", "logging"]
]
}
@@ -32,14 +32,14 @@
]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
- [ ["src/buildtool/logging", "log_level"]
- , ["src/buildtool/logging", "logging"]
- , ["src/buildtool/file_system", "git_utils"]
+ [ "git_config_settings"
, ["@", "fmt", "", "fmt"]
- , ["", "libgit2"]
, ["@", "json", "", "json"]
+ , ["", "libgit2"]
+ , ["src/buildtool/file_system", "git_utils"]
+ , ["src/buildtool/logging", "log_level"]
+ , ["src/buildtool/logging", "logging"]
, ["src/buildtool/system", "system_command"]
- , "git_config_settings"
]
}
, "git_config_settings":
@@ -49,9 +49,9 @@
, "srcs": ["git_config_settings.cpp"]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
- [ ["src/other_tools/utils", "curl_url_handle"]
+ [ ["@", "fmt", "", "fmt"]
, ["", "libgit2"]
- , ["@", "fmt", "", "fmt"]
+ , ["src/other_tools/utils", "curl_url_handle"]
]
}
}
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"]
}
diff --git a/src/other_tools/ops_maps/TARGETS b/src/other_tools/ops_maps/TARGETS
index 5cd2d46f..66e9f7b0 100644
--- a/src/other_tools/ops_maps/TARGETS
+++ b/src/other_tools/ops_maps/TARGETS
@@ -19,18 +19,18 @@
, "deps":
[ "critical_git_op_map"
, ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/storage", "config"]
, ["src/other_tools/git_operations", "git_repo_remote"]
, ["src/utils/cpp", "path"]
, ["src/utils/cpp", "path_hash"]
- , ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
- , ["src/buildtool/multithreading", "task_system"]
- , ["src/buildtool/storage", "fs_utils"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/execution_api/local", "config"]
+ , ["src/buildtool/multithreading", "task_system"]
+ , ["src/buildtool/storage", "fs_utils"]
]
}
, "git_update_map":
@@ -40,12 +40,12 @@
, "srcs": ["git_update_map.cpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
- , ["src/other_tools/git_operations", "git_repo_remote"]
, ["src/buildtool/multithreading", "async_map_consumer"]
- , ["src/utils/cpp", "hash_combine"]
, ["src/buildtool/storage", "config"]
+ , ["src/other_tools/git_operations", "git_repo_remote"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
+ , ["src/utils/cpp", "hash_combine"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
@@ -62,25 +62,25 @@
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "user_structs"]
- , ["src/buildtool/file_system/symlinks_map", "pragma_special"]
+ , ["src/buildtool/crypto", "hash_info"]
, ["src/buildtool/execution_api/common", "common"]
+ , ["src/buildtool/file_system/symlinks_map", "pragma_special"]
, ["src/buildtool/multithreading", "async_map_consumer"]
+ , ["src/buildtool/serve_api/remote", "serve_api"]
+ , ["src/buildtool/storage", "config"]
+ , ["src/buildtool/storage", "storage"]
, ["src/other_tools/just_mr", "mirrors"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/utils/cpp", "hash_combine"]
- , ["src/buildtool/serve_api/remote", "serve_api"]
- , ["src/buildtool/storage", "config"]
- , ["src/buildtool/storage", "storage"]
- , ["src/buildtool/crypto", "hash_info"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
- , ["src/other_tools/utils", "content"]
, ["src/buildtool/file_system", "file_storage"]
, ["src/buildtool/storage", "fs_utils"]
, ["src/other_tools/git_operations", "git_repo_remote"]
+ , ["src/other_tools/utils", "content"]
]
}
, "archive_fetch_map":
@@ -89,19 +89,19 @@
, "hdrs": ["archive_fetch_map.hpp"]
, "srcs": ["archive_fetch_map.cpp"]
, "deps":
- [ ["@", "gsl", "", "gsl"]
- , "content_cas_map"
+ [ "content_cas_map"
+ , ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/crypto", "hash_info"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/storage", "storage"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
- , ["src/buildtool/crypto", "hash_info"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
- , ["src/other_tools/just_mr", "utils"]
, ["src/buildtool/file_system", "file_storage"]
, ["src/buildtool/file_system", "file_system_manager"]
+ , ["src/other_tools/just_mr", "utils"]
]
}
, "git_tree_fetch_map":
@@ -111,28 +111,28 @@
, "srcs": ["git_tree_fetch_map.cpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/crypto", "hash_info"]
, ["src/buildtool/execution_api/common", "common"]
+ , ["src/buildtool/serve_api/remote", "serve_api"]
+ , ["src/buildtool/storage", "config"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/other_tools/ops_maps", "import_to_git_map"]
- , ["src/buildtool/serve_api/remote", "serve_api"]
- , ["src/buildtool/storage", "config"]
- , ["src/buildtool/crypto", "hash_info"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
- [ ["src/other_tools/ops_maps", "critical_git_op_map"]
- , ["src/buildtool/common", "config"]
+ [ ["@", "fmt", "", "fmt"]
, ["src/buildtool/common", "common"]
+ , ["src/buildtool/common", "config"]
, ["src/buildtool/common", "protocol_traits"]
+ , ["src/buildtool/execution_api/git", "git"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/multithreading", "task_system"]
, ["src/buildtool/system", "system_command"]
, ["src/other_tools/git_operations", "git_repo_remote"]
, ["src/other_tools/ops_maps", "content_cas_map"]
+ , ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/other_tools/ops_maps", "import_to_git_map"]
- , ["src/buildtool/execution_api/git", "git"]
- , ["@", "fmt", "", "fmt"]
]
}
}
diff --git a/src/other_tools/repo_map/TARGETS b/src/other_tools/repo_map/TARGETS
index 9f75dc93..d7d2e2af 100644
--- a/src/other_tools/repo_map/TARGETS
+++ b/src/other_tools/repo_map/TARGETS
@@ -5,18 +5,20 @@
, "srcs": ["repos_to_setup_map.cpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/build_engine/expression", "expression"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
, ["src/other_tools/root_maps", "commit_git_map"]
, ["src/other_tools/root_maps", "content_git_map"]
- , ["src/other_tools/root_maps", "foreign_file_git_map"]
, ["src/other_tools/root_maps", "distdir_git_map"]
+ , ["src/other_tools/root_maps", "foreign_file_git_map"]
, ["src/other_tools/root_maps", "fpath_git_map"]
- , ["src/buildtool/build_engine/expression", "expression"]
, ["src/other_tools/root_maps", "tree_id_git_map"]
]
, "stage": ["src", "other_tools", "repo_map"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/crypto", "hash_function"]
+ , ["src/buildtool/crypto", "hash_info"]
, ["src/buildtool/file_system", "file_root"]
, ["src/buildtool/file_system/symlinks_map", "pragma_special"]
, ["src/buildtool/logging", "log_level"]
@@ -26,8 +28,6 @@
, ["src/other_tools/ops_maps", "git_tree_fetch_map"]
, ["src/other_tools/utils", "parse_archive"]
, ["src/other_tools/utils", "parse_git_tree"]
- , ["src/buildtool/crypto", "hash_function"]
- , ["src/buildtool/crypto", "hash_info"]
]
}
}
diff --git a/src/other_tools/root_maps/TARGETS b/src/other_tools/root_maps/TARGETS
index 68d1ba5b..83ab83de 100644
--- a/src/other_tools/root_maps/TARGETS
+++ b/src/other_tools/root_maps/TARGETS
@@ -6,18 +6,20 @@
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
- , ["src/other_tools/ops_maps", "import_to_git_map"]
, ["src/buildtool/execution_api/common", "common"]
- , ["src/other_tools/ops_maps", "content_cas_map"]
, ["src/buildtool/serve_api/remote", "serve_api"]
, ["src/buildtool/storage", "config"]
, ["src/buildtool/storage", "storage"]
+ , ["src/other_tools/ops_maps", "content_cas_map"]
+ , ["src/other_tools/ops_maps", "import_to_git_map"]
]
, "stage": ["src", "other_tools", "root_maps"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
- , "root_utils"
+ [ "root_utils"
+ , ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/common", "artifact_digest_factory"]
, ["src/buildtool/common", "common"]
+ , ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/local", "config"]
, ["src/buildtool/file_system", "file_root"]
, ["src/buildtool/file_system", "file_storage"]
@@ -25,12 +27,10 @@
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/multithreading", "task_system"]
, ["src/buildtool/storage", "fs_utils"]
- , ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
+ , ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/utils/cpp", "tmp_dir"]
- , ["src/buildtool/common", "artifact_digest_factory"]
- , ["src/buildtool/crypto", "hash_function"]
]
}
, "commit_git_map":
@@ -44,18 +44,20 @@
, ["src/buildtool/common", "user_structs"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/serve_api/remote", "serve_api"]
+ , ["src/buildtool/storage", "config"]
, ["src/other_tools/just_mr", "mirrors"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/other_tools/ops_maps", "import_to_git_map"]
, ["src/utils/cpp", "hash_combine"]
, ["src/utils/cpp", "path"]
- , ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "root_maps"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
- , "root_utils"
+ [ "root_utils"
+ , ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/common", "artifact_digest_factory"]
+ , ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/file_system", "file_root"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/multithreading", "task_system"]
@@ -63,8 +65,6 @@
, ["src/other_tools/git_operations", "git_repo_remote"]
, ["src/other_tools/utils", "curl_url_handle"]
, ["src/utils/cpp", "tmp_dir"]
- , ["src/buildtool/common", "artifact_digest_factory"]
- , ["src/buildtool/crypto", "hash_function"]
]
}
, "fpath_git_map":
@@ -78,17 +78,17 @@
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/file_system/symlinks_map", "pragma_special"]
, ["src/buildtool/file_system/symlinks_map", "resolve_symlinks_map"]
+ , ["src/buildtool/serve_api/remote", "serve_api"]
+ , ["src/buildtool/storage", "config"]
, ["src/other_tools/just_mr", "utils"]
, ["src/other_tools/ops_maps", "import_to_git_map"]
, ["src/utils/cpp", "hash_combine"]
, ["src/utils/cpp", "path_hash"]
- , ["src/buildtool/serve_api/remote", "serve_api"]
- , ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "root_maps"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
- , "root_utils"
+ [ "root_utils"
+ , ["@", "fmt", "", "fmt"]
, ["src/buildtool/execution_api/local", "config"]
, ["src/buildtool/file_system", "file_root"]
, ["src/buildtool/file_system", "git_repo"]
@@ -109,18 +109,19 @@
, ["src/buildtool/common", "user_structs"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/file_system/symlinks_map", "resolve_symlinks_map"]
+ , ["src/buildtool/serve_api/remote", "serve_api"]
+ , ["src/buildtool/storage", "config"]
+ , ["src/buildtool/storage", "storage"]
, ["src/other_tools/just_mr", "mirrors"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
, ["src/other_tools/ops_maps", "content_cas_map"]
, ["src/other_tools/ops_maps", "import_to_git_map"]
- , ["src/buildtool/serve_api/remote", "serve_api"]
- , ["src/buildtool/storage", "storage"]
- , ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "root_maps"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
- , "root_utils"
+ [ "root_utils"
+ , ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/crypto", "hash_info"]
, ["src/buildtool/file_system", "file_root"]
, ["src/buildtool/file_system", "file_storage"]
, ["src/buildtool/file_system", "git_repo"]
@@ -130,7 +131,6 @@
, ["src/other_tools/git_operations", "git_repo_remote"]
, ["src/other_tools/utils", "content"]
, ["src/utils/archive", "archive_ops"]
- , ["src/buildtool/crypto", "hash_info"]
]
}
, "foreign_file_git_map":
@@ -141,20 +141,20 @@
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
- , ["src/other_tools/ops_maps", "content_cas_map"]
- , ["src/other_tools/ops_maps", "import_to_git_map"]
, ["src/buildtool/serve_api/remote", "serve_api"]
, ["src/buildtool/storage", "config"]
, ["src/buildtool/storage", "storage"]
+ , ["src/other_tools/ops_maps", "content_cas_map"]
+ , ["src/other_tools/ops_maps", "import_to_git_map"]
]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
+ [ "root_utils"
+ , ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/crypto", "hash_info"]
, ["src/buildtool/file_system", "file_root"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/storage", "fs_utils"]
, ["src/utils/cpp", "tmp_dir"]
- , "root_utils"
- , ["src/buildtool/crypto", "hash_info"]
]
, "stage": ["src", "other_tools", "root_maps"]
}
@@ -167,22 +167,22 @@
[ ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
, ["src/buildtool/execution_api/common", "common"]
+ , ["src/buildtool/serve_api/remote", "serve_api"]
+ , ["src/buildtool/storage", "config"]
, ["src/other_tools/ops_maps", "critical_git_op_map"]
, ["src/other_tools/ops_maps", "git_tree_fetch_map"]
, ["src/other_tools/ops_maps", "import_to_git_map"]
, ["src/utils/cpp", "hash_combine"]
- , ["src/buildtool/serve_api/remote", "serve_api"]
- , ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "root_maps"]
, "private-deps":
- [ ["@", "fmt", "", "fmt"]
- , "root_utils"
- , ["src/buildtool/common", "config"]
+ [ "root_utils"
+ , ["@", "fmt", "", "fmt"]
, ["src/buildtool/common", "common"]
+ , ["src/buildtool/common", "config"]
+ , ["src/buildtool/crypto", "hash_info"]
, ["src/buildtool/execution_api/git", "git"]
, ["src/buildtool/file_system", "file_root"]
- , ["src/buildtool/crypto", "hash_info"]
]
}
, "root_utils":
@@ -199,12 +199,12 @@
, "stage": ["src", "other_tools", "root_maps"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/common", "artifact_digest_factory"]
, ["src/buildtool/common", "common"]
, ["src/buildtool/common", "config"]
+ , ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/git", "git"]
, ["src/buildtool/file_system", "object_type"]
- , ["src/buildtool/common", "artifact_digest_factory"]
- , ["src/buildtool/crypto", "hash_function"]
]
}
}
diff --git a/src/other_tools/utils/TARGETS b/src/other_tools/utils/TARGETS
index 6b4e00bd..4d44c9e5 100644
--- a/src/other_tools/utils/TARGETS
+++ b/src/other_tools/utils/TARGETS
@@ -5,9 +5,9 @@
, "srcs": ["curl_context.cpp"]
, "stage": ["src", "other_tools", "utils"]
, "private-deps":
- [ ["src/buildtool/logging", "log_level"]
+ [ ["", "libcurl"]
+ , ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
- , ["", "libcurl"]
]
}
, "curl_easy_handle":
@@ -19,9 +19,9 @@
, "stage": ["src", "other_tools", "utils"]
, "private-deps":
[ ["@", "gsl", "", "gsl"]
+ , ["", "libcurl"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "logging"]
- , ["", "libcurl"]
]
}
, "curl_url_handle":
@@ -32,9 +32,9 @@
, "deps": ["curl_context", ["@", "gsl", "", "gsl"]]
, "stage": ["src", "other_tools", "utils"]
, "private-deps":
- [ ["src/buildtool/logging", "log_level"]
+ [ ["", "libcurl"]
+ , ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
- , ["", "libcurl"]
]
}
, "content":