recipes.cfg 719 B

12345678910111213141516171819202122232425262728
  1. {
  2. "api_version": 2,
  3. "autoroll_recipe_options": {
  4. "no_cc_authors": true,
  5. "nontrivial": {
  6. "automatic_commit_dry_run": true,
  7. "set_autosubmit": true
  8. },
  9. "trivial": {
  10. "automatic_commit": true,
  11. "tbr_emails": [
  12. "iannucci@chromium.org"
  13. ]
  14. }
  15. },
  16. "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
  17. "deps": {
  18. "recipe_engine": {
  19. "branch": "refs/heads/main",
  20. "revision": "4c84c5524d196cf04fe4d81f4dba11bf8c1b2886",
  21. "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
  22. }
  23. },
  24. "project_id": "depot_tools",
  25. "py3_only": true,
  26. "recipes_path": "recipes",
  27. "repo_name": "depot_tools"
  28. }