summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/fetch.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-11-09 11:56:09 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-11-14 13:35:01 +0100
commit2a17d5bbfb1cde47af676f49f7409c7a0014758b (patch)
tree35b7ef9052c26881e4822dc9c140cdd1e58ca5a7 /src/other_tools/just_mr/fetch.cpp
parenta53aedf9a2aa568bc9f037925a86de3741af08f6 (diff)
downloadjustbuild-2a17d5bbfb1cde47af676f49f7409c7a0014758b.tar.gz
just-mr archives fetch: Add logic for local mirrors and preferred hostnames
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r--src/other_tools/just_mr/fetch.cpp1
1 files changed, 1 insertions, 0 deletions
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<Configuration> 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,