[go: up one dir, main page]

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 <ukai@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Christoffer Dewerin <jansson@chromium.org>
diff --git a/DEPS b/DEPS
index a656be8..036c862 100644
--- a/DEPS
+++ b/DEPS
@@ -1637,11 +1637,11 @@
   },
   # 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',