Clone this repo:
  1. 83543d0 Roll recipe dependencies (trivial). by recipe-roller · 3 hours ago main
  2. 5ac4e60 Replace uses of cq recipe module with cv throughout recipes by Ben Pastene · 10 hours ago
  3. 52f830c Roll recipe dependencies (trivial). by recipe-roller · 12 hours ago
  4. bfbff34 [pinpoint] build recipe refreshes git cache to avoid merge conflicts by Leina Sun · 13 hours ago
  5. 818490c Fix copyright headers by Rob Mohr · 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.