From f91013f44b7235734c3fd35bc7c83282ffcb8ec4 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 13 Jul 2021 11:42:29 -0700 Subject: [PATCH] Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (depot_tools) into this repository. depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7e133ff177ff12e5fd30a5da5636164f9af45599 7e133ff (sokcevic@google.com) Use main branch as the default branch More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I40d496b012fdb3ee3fe886685d966a6bef494c6d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/427487 Commit-Queue: Recipe Roller Bot-Commit: Recipe Roller --- infra/bots/README.recipes.md | 8 ++++---- infra/config/recipes.cfg | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/bots/README.recipes.md b/infra/bots/README.recipes.md index bcbf21995c..9bda18de21 100644 --- a/infra/bots/README.recipes.md +++ b/infra/bots/README.recipes.md @@ -511,10 +511,10 @@ Run the DM test. — **def [RunSteps](/infra/bots/recipe_modules/vars/examples/full.py#15)(api):** -[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/9eee47a8e9bcd031ab2cf045dc82ef01a010619a/recipes/README.recipes.md#recipe_modules-bot_update -[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/9eee47a8e9bcd031ab2cf045dc82ef01a010619a/recipes/README.recipes.md#recipe_modules-gclient -[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/9eee47a8e9bcd031ab2cf045dc82ef01a010619a/recipes/README.recipes.md#recipe_modules-git -[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/9eee47a8e9bcd031ab2cf045dc82ef01a010619a/recipes/README.recipes.md#recipe_modules-tryserver +[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7e133ff177ff12e5fd30a5da5636164f9af45599/recipes/README.recipes.md#recipe_modules-bot_update +[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7e133ff177ff12e5fd30a5da5636164f9af45599/recipes/README.recipes.md#recipe_modules-gclient +[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7e133ff177ff12e5fd30a5da5636164f9af45599/recipes/README.recipes.md#recipe_modules-git +[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7e133ff177ff12e5fd30a5da5636164f9af45599/recipes/README.recipes.md#recipe_modules-tryserver [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/3ae44290a509900273ee57c809b784373b425056/README.recipes.md#recipe_modules-context [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/3ae44290a509900273ee57c809b784373b425056/README.recipes.md#recipe_modules-file [recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/3ae44290a509900273ee57c809b784373b425056/README.recipes.md#recipe_modules-json diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 8b90910521..75be445e57 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,7 +14,7 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "9eee47a8e9bcd031ab2cf045dc82ef01a010619a", + "revision": "7e133ff177ff12e5fd30a5da5636164f9af45599", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": {