commit | 5522255be525078957885623ca08292f2021582b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@chromium.org> | Tue Jan 14 20:15:49 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 20:15:49 2025 |
tree | 617ce0cfdaa0d4acf665f4a9c55b5ae87773675e | |
parent | 962fbfd71981d0387503752c8f636f67833d67bd [diff] |
update some bugs.chromium.org links Change-Id: I484b3f4f0c7708ba9db707a91dbf09efa3ac477a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6173998 Auto-Submit: Mike Frysinger <vapier@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org>
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.