From 2a17d5bbfb1cde47af676f49f7409c7a0014758b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 9 Nov 2023 11:56:09 +0100 Subject: just-mr archives fetch: Add logic for local mirrors and preferred hostnames --- src/other_tools/just_mr/fetch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/fetch.cpp') diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index bf9cf796..70322d98 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -277,6 +277,7 @@ auto MultiRepoFetch(std::shared_ptr const& config, // create async maps auto content_cas_map = CreateContentCASMap(common_args.just_mr_paths, + common_args.alternative_mirrors, common_args.ca_info, local_api ? &(*local_api) : nullptr, remote_api ? &(*remote_api) : nullptr, -- cgit v1.2.3