From 833974c986eb46f88c87b3a95b4b840a333b24da Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 24 Aug 2023 12:43:46 +0200 Subject: just-mr: Interrogate remote CAS before defaulting to network fetch... ...for archives not already in local CAS. --- src/other_tools/just_mr/launch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/launch.cpp') diff --git a/src/other_tools/just_mr/launch.cpp b/src/other_tools/just_mr/launch.cpp index bc70bb7f..c843d3c1 100644 --- a/src/other_tools/just_mr/launch.cpp +++ b/src/other_tools/just_mr/launch.cpp @@ -67,6 +67,7 @@ auto CallJust(std::optional const& config_file, common_args, setup_args, just_cmd_args, + auth_args, /*interactive=*/false); if (not mr_config_path) { Logger::Log(LogLevel::Error, -- cgit v1.2.3