Clone this repo:
  1. 22a4e24 Roll recipe dependencies (trivial). by recipe-roller · 12 days ago main
  2. 041a905 export_tarball: Drop ESSENTIAL_GIT_DIRS by Daniel Richard G. · 2 weeks ago
  3. f1a924c Roll recipe dependencies (trivial). by recipe-roller · 2 weeks ago
  4. 127c011 Roll recipe dependencies (trivial). by recipe-roller · 2 weeks ago
  5. 2125c94 Roll recipe dependencies (trivial). by recipe-roller · 2 weeks 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.