From 781de9e7c4b3db8a4bad379d2380daf5a4d6541c Mon Sep 17 00:00:00 2001 From: KS Yim Date: Wed, 5 Feb 2025 17:19:40 -0800 Subject: [PATCH] Update git path for ytdevinfra_github config R=yim@chromium.org Bug:375245875 Change-Id: I146b026e4cd1129760d9153efa43c2fd8a37ddf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6237197 Commit-Queue: Yiwei Zhang Auto-Submit: K. S. Yim Reviewed-by: Yiwei Zhang --- recipes/recipe_modules/gclient/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index c6f80dd60..ce60ce362 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -536,7 +536,7 @@ def ytdevinfra(c): def ytdevinfra_github(c): soln = c.solutions.add() soln.name = 'ytdevinfra_github' - soln.url = 'https://github.googlesource.com/youtube/cobalt.git' + soln.url = 'https://github.com/youtube/cobalt.git' soln.custom_vars = { 'download_remoteexec_cfg': True, 'rbe_instance': 'projects/cobalt-actions-prod/instances/default_instance'