Clone this repo:
  1. eb60530 Roll recipe dependencies (trivial). by recipe-roller · 2 days ago main
  2. 16b576b Roll recipe dependencies (trivial). by recipe-roller · 2 days ago
  3. a9689dd Roll recipe dependencies (trivial). by recipe-roller · 5 days ago
  4. 3531fed export_tarball: Fix tarball build by Daniel Richard G. · 5 days ago
  5. 51712a4 Roll recipe dependencies (trivial). by recipe-roller · 5 days 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.