commit | 46b431019e4d1d682d01f0c3ad055315e4823a2b | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Fri Mar 07 23:21:17 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 07 23:21:17 2025 |
tree | 25fc4c443a08ef5914cc8d7b13675835c8111f8a | |
parent | aaed9ecc3178f86d6a16ac367869d948c127864e [diff] |
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/8721016195888255473 depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/f8e16bdbd6c5621a106396fcf2b35ba3a75db995 f8e16bd (sokcevic@chromium.org) Reland^2: Fix CheckForRecursedeps to work for submodule based g... 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=bpastene@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: If2d28bfdd0cfe82aa7bd8dae386465a128cc1b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6336592 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.