Clone this repo:
  1. 1588310 Roll recipe dependencies (trivial). by recipe-roller · 4 hours ago main
  2. 88cb55a Roll recipe dependencies (trivial). by recipe-roller · 6 hours ago
  3. ac56df7 Roll recipe dependencies (trivial). by recipe-roller · 7 hours ago
  4. 2a45be0 Roll recipe dependencies (trivial). by recipe-roller · 8 hours ago
  5. f735617 Update reclient test/staging to 0.136.1 by Michael Savigny · 10 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.