mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
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>
34 lines
898 B
INI
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"
|
|
}
|