From d5c46337723964fa42a80a51954b8da10b6d2cda Mon Sep 17 00:00:00 2001 From: Garrett Beaty Date: Tue, 13 Jul 2021 22:46:48 +0000 Subject: [PATCH] Switch to absolute refs in recipes.cfg. Using a non-absolute ref results in deprecation warnings in the logs when downstream repos run. Change-Id: Ib72bda258b7155cd2081d7ddf7112d6b94f4f015 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024691 Auto-Submit: Garrett Beaty Reviewed-by: Stephen Martinis Commit-Queue: Stephen Martinis --- infra/config/recipes.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index ce83d78c98..92ef76c47f 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git", "deps": { "recipe_engine": { - "branch": "main", + "branch": "refs/heads/main", "revision": "c442abe17a96f858f281b0b5a597cd5d577b4526", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" }