commit | 1eb7340b79d7016e11be7ce34b050a06388c0f6b | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Sat May 27 00:15:47 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 27 00:15:47 2023 |
tree | 4fb985e5478e8adb9803af1a72c08b6b18c8b4ff | |
parent | 5bf81ad16ed9ef87a56c2b2e7c3c30f29f889cd7 [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/8779995449868564673 depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/04afb4b256a1aab562b0fcfaf7cd9ffe4ec42c1b 04afb4b (sokcevic@chromium.org) Skip owners file format check on skip_owners 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=gbeaty@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: I2ed5c6d0091d8c754ff711aaa1e8d1a3cbee18bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4571605 Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: 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; that is, the Chromium Python style. 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.