Clone this repo:
  1. 2403b9f chromium_codesearch: Temporarily disable Rust CUs by Richard Wang · 51 minutes ago main
  2. a0ce364 Roll recipe dependencies (trivial). by recipe-roller · 4 hours ago
  3. e0c93da Roll recipe dependencies (trivial). by recipe-roller · 6 hours ago
  4. b048cd2 Roll recipe dependencies (trivial). by recipe-roller · 10 hours ago
  5. 43254cd Roll recipe dependencies (trivial). by recipe-roller · 12 hours ago

Recipes

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.

Style

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.