@ -20,6 +20,7 @@
**[Recipes](#Recipes)**
**[Recipes](#Recipes)**
* [bot_update:examples/full ](#recipes-bot_update_examples_full )
* [bot_update:examples/full ](#recipes-bot_update_examples_full )
* [bot_update:tests/ensure_checkout ](#recipes-bot_update_tests_ensure_checkout )
* [cipd:examples/full ](#recipes-cipd_examples_full )
* [cipd:examples/full ](#recipes-cipd_examples_full )
* [cipd:examples/platform_suffix ](#recipes-cipd_examples_platform_suffix )
* [cipd:examples/platform_suffix ](#recipes-cipd_examples_platform_suffix )
* [depot_tools:examples/full ](#recipes-depot_tools_examples_full )
* [depot_tools:examples/full ](#recipes-depot_tools_examples_full )
@ -51,7 +52,7 @@ Recipe module to ensure a checkout is consistent on a bot.
Wrapper for easy calling of bot_update.
Wrapper for easy calling of bot_update.
— **def [deapply\_patch ](/recipes/recipe_modules/bot_update/api.py#4 09 )(self, bot_update_step):**
— **def [deapply\_patch ](/recipes/recipe_modules/bot_update/api.py#4 11 )(self, bot_update_step):**
Deapplies a patch, taking care of DEPS and solution revisions properly.
Deapplies a patch, taking care of DEPS and solution revisions properly.
@ -67,7 +68,7 @@ Args:
manifest_name: The name of the manifest to upload to LogDog. This must
manifest_name: The name of the manifest to upload to LogDog. This must
be unique for the whole build.
be unique for the whole build.
— **def [get\_project\_revision\_properties ](/recipes/recipe_modules/bot_update/api.py#38 6 )(self, project_name, gclient_config=None):**
— **def [get\_project\_revision\_properties ](/recipes/recipe_modules/bot_update/api.py#38 8 )(self, project_name, gclient_config=None):**
Returns all property names used for storing the checked-out revision of
Returns all property names used for storing the checked-out revision of
a given project.
a given project.
@ -884,6 +885,11 @@ Raises:
[DEPS ](/recipes/recipe_modules/bot_update/examples/full.py#5 ): [bot\_update ](#recipe_modules-bot_update ), [gclient ](#recipe_modules-gclient ), [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [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/runtime][recipe_engine/recipe_modules/runtime]
[DEPS ](/recipes/recipe_modules/bot_update/examples/full.py#5 ): [bot\_update ](#recipe_modules-bot_update ), [gclient ](#recipe_modules-gclient ), [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [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/runtime][recipe_engine/recipe_modules/runtime]
— **def [RunSteps ](/recipes/recipe_modules/bot_update/examples/full.py#18 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/bot_update/examples/full.py#18 )(api):**
### *recipes* / [bot\_update:tests/ensure\_checkout ](/recipes/recipe_modules/bot_update/tests/ensure_checkout.py )
[DEPS ](/recipes/recipe_modules/bot_update/tests/ensure_checkout.py#6 ): [bot\_update ](#recipe_modules-bot_update ), [gclient ](#recipe_modules-gclient ), [recipe\_engine/json][recipe_engine/recipe_modules/json]
— **def [RunSteps ](/recipes/recipe_modules/bot_update/tests/ensure_checkout.py#13 )(api):**
### *recipes* / [cipd:examples/full ](/recipes/recipe_modules/cipd/examples/full.py )
### *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#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]