From f5c7d8a44daa9bf3340cd37358caeed0b189ad6c Mon Sep 17 00:00:00 2001 From: Fumitoshi Ukai Date: Mon, 6 Oct 2025 15:37:02 +0900 Subject: [PATCH] use configure_reclient_cfgs instead of fetch_reclient_cfgs fetch_reclient_cfgs was removed to configure_reclient_cfgs https://source.chromium.org/chromium/chromium/src/+/main:buildtools/reclient_cfgs/fetch_reclient_cfgs.py Change-Id: I701ec8774b33c07aacf2c7e6dc995d6a4e89d06c Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7005807 Commit-Queue: Fumitoshi Ukai Reviewed-by: Mirko Bonadei Reviewed-by: Christoffer Dewerin --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index a656be830..036c8625a 100644 --- a/DEPS +++ b/DEPS @@ -1637,11 +1637,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',