12345678910111213141516171819202122232425262728293031323334 |
- {
- "api_version": 2,
- "autoroll_recipe_options": {
- "no_cc_authors": true,
- "nontrivial": {
- "automatic_commit_dry_run": true,
- "set_autosubmit": true
- },
- "trivial": {
- "automatic_commit": true,
- "tbr_emails": [
- "iannucci@chromium.org"
- ]
- }
- },
- "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
- "deps": {
- "recipe_engine": {
- "branch": "refs/heads/main",
- "revision": "95805c31534b325fa15cd239c4a88486cbf64848",
- "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
- }
- },
- "forbidden_warnings": [
- "recipe_engine/CQ_MODULE_DEPRECATED",
- "recipe_engine/JSON_READ_DEPRECATED",
- "recipe_engine/PYTHON2_DEPRECATED",
- "recipe_engine/STEP_NEST_NAME_REQUIRED"
- ],
- "project_id": "depot_tools",
- "py3_only": true,
- "recipes_path": "recipes",
- "repo_name": "depot_tools"
- }
|