Files
chromium_depot_tools/infra/config/recipes.cfg
Takuto Ikuta 05cb270161 recipes: Remove unnecessary annotations
Python3 is used by default in recipes now and this annotation is not
necessary anymore.

Bug: 440235171
Change-Id: Ifdf357129c9e42fee3752ac1c07aa6e94171d81f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6875483
Commit-Queue: Scott Lee <ddoman@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Scott Lee <ddoman@chromium.org>
2025-08-25 13:24:00 -07:00

34 lines
898 B
INI

{
"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": "023cfcf554a2c3fe1251f43fc31a0bb878ed979d",
"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",
"recipes_path": "recipes",
"repo_name": "depot_tools"
}