From 5bb63f0113a3fa9b54616fec3d97ac55fd1849d2 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 7 Mar 2023 16:47:24 +0100 Subject: Just-MR: Add logic for SSL verification during archive fetch --- src/other_tools/just_mr/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/other_tools/just_mr/main.cpp') diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 52cfe09a..787483ba 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -794,6 +794,7 @@ void DefaultReachableRepositories( // create async maps auto content_cas_map = CreateContentCASMap(arguments.common.just_mr_paths, + arguments.common.ca_info, arguments.common.jobs); auto repo_fetch_map = CreateRepoFetchMap(&content_cas_map, *fetch_dir, arguments.common.jobs); @@ -1118,6 +1119,7 @@ void DefaultReachableRepositories( auto crit_git_op_ptr = std::make_shared(); auto critical_git_op_map = CreateCriticalGitOpMap(crit_git_op_ptr); auto content_cas_map = CreateContentCASMap(arguments.common.just_mr_paths, + arguments.common.ca_info, arguments.common.jobs); auto import_to_git_map = CreateImportToGitMap(&critical_git_op_map, arguments.common.jobs); -- cgit v1.2.3