From b6ea0b2d2a6e6c27bd65bfb33964e7df2896978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Terelius?= Date: Thu, 21 Sep 2023 13:26:03 +0200 Subject: [PATCH] Direcly call configure_reclient_cfgs.py instead of indirectly via fetch_reclient_cfgs.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I1ba2c4946b30b6cbe09dcd920a9041e54bbb2ec4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/321000 Reviewed-by: Jeremy Leconte Commit-Queue: Björn Terelius Cr-Commit-Position: refs/heads/main@{#40788} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index da1a43bda1..7e4ba14da0 100644 --- a/DEPS +++ b/DEPS @@ -2699,11 +2699,11 @@ hooks = [ }, # Download remote exec cfg files { - 'name': 'fetch_reclient_cfgs', + 'name': 'configure_reclient_cfgs', 'pattern': '.', 'condition': 'download_remoteexec_cfg', 'action': ['python3', - 'src/buildtools/reclient_cfgs/fetch_reclient_cfgs.py', + 'src/buildtools/reclient_cfgs/configure_reclient_cfgs.py', '--rbe_instance', Var('rbe_instance'), '--reproxy_cfg_template',