From e1cb494e522d352f8d06d4f210a4d1dfbf3a890c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 3 Nov 2023 11:32:41 +0100 Subject: just-mr: Parse mirrors specification from checkout locations file --- src/other_tools/just_mr/cli.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/other_tools/just_mr/cli.hpp') diff --git a/src/other_tools/just_mr/cli.hpp b/src/other_tools/just_mr/cli.hpp index adc72578..0031cd4e 100644 --- a/src/other_tools/just_mr/cli.hpp +++ b/src/other_tools/just_mr/cli.hpp @@ -29,6 +29,7 @@ #include "src/buildtool/common/user_structs.hpp" #include "src/buildtool/execution_api/local/config.hpp" #include "src/buildtool/logging/log_level.hpp" +#include "src/other_tools/just_mr/mirrors.hpp" #include "src/other_tools/just_mr/utils.hpp" /// \brief Arguments common to all just-mr subcommands @@ -38,6 +39,7 @@ struct MultiRepoCommonArguments { std::optional checkout_locations_file{std::nullopt}; std::vector explicit_distdirs{}; LocalPathsPtr just_mr_paths = std::make_shared(); + MirrorsPtr alternative_mirrors = std::make_shared(); std::optional> local_launcher{std::nullopt}; CAInfoPtr ca_info = std::make_shared(); std::optional just_path{std::nullopt}; -- cgit v1.2.3