Clone this repo:
  1. 63a49bf Synthetic commit for submodules by Submodules bot · 2 days ago main
  2. 36159e9 [reclient] Update staging version to 0.108.0.7cdbbe9. by Andus Yu · 2 days ago main-original
  3. ce6175f reclient: increase build parallelism by Takuto Ikuta · 2 days ago
  4. 914aa9c Roll recipe dependencies (trivial). by recipe-roller · 2 days ago
  5. 6997a80 Roll recipe dependencies (trivial). by recipe-roller · 2 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; that is, the Chromium Python style. 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.