Clone this repo:
  1. edef068 Integrate RTS into build execution by Diego Becerra Merodio · 51 minutes ago main
  2. 9d65bd8 Codesearch: Replace the internal go dependency with the public version. by Marc Jin · 10 hours ago
  3. 89fae1f Codesearch: Add checkout_internal in the gclient. by Marc Jin · 14 hours ago
  4. 8ca6564 Roll recipe dependencies (trivial). by recipe-roller · 16 hours ago
  5. 0309928 Manual roll recipe forward. by Haiyang Pan · 16 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.