recipes.cfg 603 Bytes
Newer Older
1
{
2
  "api_version": 2,
3 4 5 6 7 8 9 10 11 12 13
  "autoroll_recipe_options": {
    "nontrivial": {
      "automatic_commit_dry_run": true
    },
    "trivial": {
      "automatic_commit": true,
      "tbr_emails": [
        "iannucci@chromium.org"
      ]
    }
  },
14
  "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
15 16
  "deps": {
    "recipe_engine": {
17
      "branch": "master",
18
      "revision": "91b41ae8cc30cc42880f60e169a854954c78493e",
19
      "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
20
    }
21
  },
22
  "project_id": "depot_tools",
23
  "recipes_path": "recipes"
24
}