commit | 36aae302e2402c80061e85dd768ec4efa355b6d2 | [log] [tgz] |
---|---|---|
author | Edward Lesmes <ehmaldonado@google.com> | Wed Mar 03 02:04:04 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 03 02:04:04 2021 |
tree | 2482e401f34f4a7e74db5d58476a14fa8aa16041 | |
parent | bcb9f49cfa090b40f452ae518900346c3fb0484b [diff] |
recipes.cfg: Remove bot_commit option. Not needed after crrev.com/c/2727943 Change-Id: Id9bbf255fa985b4fd8b54b48478682051d380fdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2728343 Reviewed-by: Stephen Martinis <martiniss@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*
), 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.