Remove the arm_v6_builder_rel chromium config.

The config was only referenced by a single builder spec for a
non-existent builder, which was removed in https://crrev.com/i/8138608.

Change-Id: Ifffaed6432dab54f2398480da7700e7d569ea1ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6393475
Reviewed-by: Haiyang Pan <hypan@google.com>
Commit-Queue: Haiyang Pan <hypan@google.com>
Auto-Submit: Garrett Beaty <gbeaty@google.com>
Commit-Queue: Garrett Beaty <gbeaty@google.com>
1 file changed
tree: 5b12989d059556d43df8d3f5b4b52fce78fc6698
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
README.md

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.