@ -4,7 +4,7 @@
**[Recipe Modules](#Recipe-Modules)**
* [bot_update ](#recipe_modules-bot_update ) (Python3 ✅) — Recipe module to ensure a checkout is consistent on a bot.
* [cipd ](#recipe_modules-cipd ) — API for interacting with CIPD.
* [cipd ](#recipe_modules-cipd ) (Python3 ✅) — API for interacting with CIPD.
* [depot_tools ](#recipe_modules-depot_tools ) (Python3 ✅) — The `depot_tools` module provides safe functions to access paths within the depot_tools repo.
* [gclient ](#recipe_modules-gclient ) (Python3 ✅)
* [gerrit ](#recipe_modules-gerrit ) (Python3 ✅)
@ -21,8 +21,8 @@
* [bot_update:examples/full ](#recipes-bot_update_examples_full ) (Python3 ✅)
* [bot_update:tests/do_not_retry_patch_failures_in_cq ](#recipes-bot_update_tests_do_not_retry_patch_failures_in_cq ) (Python3 ✅)
* [bot_update:tests/ensure_checkout ](#recipes-bot_update_tests_ensure_checkout ) (Python3 ✅)
* [cipd:examples/full ](#recipes-cipd_examples_full )
* [cipd:examples/platform_suffix ](#recipes-cipd_examples_platform_suffix )
* [cipd:examples/full ](#recipes-cipd_examples_full ) (Python3 ✅)
* [cipd:examples/platform_suffix ](#recipes-cipd_examples_platform_suffix ) (Python3 ✅)
* [depot_tools:examples/full ](#recipes-depot_tools_examples_full ) (Python3 ✅)
* [fetch_end_to_end_test ](#recipes-fetch_end_to_end_test )
* [gclient:examples/full ](#recipes-gclient_examples_full ) (Python3 ✅)
@ -119,9 +119,9 @@ Sets a fixed revision for a single dependency using project revision
properties.
### *recipe_modules* / [cipd ](/recipes/recipe_modules/cipd )
[DEPS ](/recipes/recipe_modules/cipd/__init__.py# 1 ): [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/cipd/__init__.py# 3 ): [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
API for interacting with CIPD.
@ -1078,18 +1078,18 @@ PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/bot_update/tests/ensure_checkout.py#16 )(api):**
### *recipes* / [cipd:examples/full ](/recipes/recipe_modules/cipd/examples/full.py )
[DEPS ](/recipes/recipe_modules/cipd/examples/full.py# 8 ): [cipd ](#recipe_modules-cipd ), [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/cipd/examples/full.py# 10 ): [cipd ](#recipe_modules-cipd ), [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/cipd/examples/full.py#2 7 )(api, use_pkg, pkg_files, pkg_dirs, ver_files, install_mode):**
— **def [RunSteps ](/recipes/recipe_modules/cipd/examples/full.py#2 9 )(api, use_pkg, pkg_files, pkg_dirs, ver_files, install_mode):**
### *recipes* / [cipd:examples/platform\_suffix ](/recipes/recipe_modules/cipd/examples/platform_suffix.py )
[DEPS ](/recipes/recipe_modules/cipd/examples/platform_suffix.py# 8 ): [cipd ](#recipe_modules-cipd ), [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/cipd/examples/platform_suffix.py# 10 ): [cipd ](#recipe_modules-cipd ), [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/cipd/examples/platform_suffix.py#2 2 )(api, arch_override, bits_override, expect_error):**
— **def [RunSteps ](/recipes/recipe_modules/cipd/examples/platform_suffix.py#2 4 )(api, arch_override, bits_override, expect_error):**
### *recipes* / [depot\_tools:examples/full ](/recipes/recipe_modules/depot_tools/examples/full.py )
[DEPS ](/recipes/recipe_modules/depot_tools/examples/full.py#7 ): [depot\_tools ](#recipe_modules-depot_tools ), [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/runtime][recipe_engine/recipe_modules/runtime], [recipe\_engine/step][recipe_engine/recipe_modules/step]