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. The build that created this CL was https://ci.chromium.org/b/8680036165980317457 depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7bf2e1126cf7407b0979bcb18ce3a5fb5eeea88f 7bf2e11 (tikuta@google.com) siso: strip trailing double quotes from Windows arguments Please check the following references for more information: - autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller - rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback - cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md Use https://goo.gl/noib3a to file a bug. R=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: I396e51ccf37cc755ee31d88f89b6fdcd06e915d1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1253280 Bot-Commit: recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
diff --git a/infra/bots/README.recipes.md b/infra/bots/README.recipes.md index 8dee003..5e20cee 100644 --- a/infra/bots/README.recipes.md +++ b/infra/bots/README.recipes.md
@@ -531,11 +531,11 @@ — **def [RunSteps](/infra/bots/recipe_modules/xcode/examples/full.py#14)(api):** -[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/03420c36b0a442937d472d4bc9b8eb6172fbdc26/recipes/README.recipes.md#recipe_modules-bot_update -[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/03420c36b0a442937d472d4bc9b8eb6172fbdc26/recipes/README.recipes.md#recipe_modules-gclient -[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/03420c36b0a442937d472d4bc9b8eb6172fbdc26/recipes/README.recipes.md#recipe_modules-git -[depot_tools/recipe_modules/gitiles]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/03420c36b0a442937d472d4bc9b8eb6172fbdc26/recipes/README.recipes.md#recipe_modules-gitiles -[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/03420c36b0a442937d472d4bc9b8eb6172fbdc26/recipes/README.recipes.md#recipe_modules-tryserver +[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7bf2e1126cf7407b0979bcb18ce3a5fb5eeea88f/recipes/README.recipes.md#recipe_modules-bot_update +[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7bf2e1126cf7407b0979bcb18ce3a5fb5eeea88f/recipes/README.recipes.md#recipe_modules-gclient +[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7bf2e1126cf7407b0979bcb18ce3a5fb5eeea88f/recipes/README.recipes.md#recipe_modules-git +[depot_tools/recipe_modules/gitiles]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7bf2e1126cf7407b0979bcb18ce3a5fb5eeea88f/recipes/README.recipes.md#recipe_modules-gitiles +[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7bf2e1126cf7407b0979bcb18ce3a5fb5eeea88f/recipes/README.recipes.md#recipe_modules-tryserver [recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/bcfd53ec15a653d0e3ba4040ab5b50d0a677ed34/README.recipes.md#recipe_modules-cipd [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/bcfd53ec15a653d0e3ba4040ab5b50d0a677ed34/README.recipes.md#recipe_modules-context [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/bcfd53ec15a653d0e3ba4040ab5b50d0a677ed34/README.recipes.md#recipe_modules-file
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 8b8e966..d8ee85d 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg
@@ -14,7 +14,7 @@ "deps": { "depot_tools": { "branch": "refs/heads/main", - "revision": "03420c36b0a442937d472d4bc9b8eb6172fbdc26", + "revision": "7bf2e1126cf7407b0979bcb18ce3a5fb5eeea88f", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": {