Clone this repo:
  1. e4ae669 Roll recipe dependencies (trivial). by recipe-roller · 34 minutes ago main
  2. 972499b [owners] Remove weiweilin@google.com from recipes/recipe_modules/gofindit/OWNERS by Owners Cleanup · 16 hours ago
  3. 5a3f9ac [owners] Remove weiweilin@google.com from recipes/recipes/gofindit/OWNERS by Owners Cleanup · 19 hours ago
  4. 04f9c40 Invoke decisiongraph api in generate_build_files step. by Prakhar · 22 hours ago
  5. d6bd62d [owners] Remove bbe@chromium.org from recipes/recipes/boringssl.expected/OWNERS by Owners Cleanup · 25 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.