|
|
@ -52,12 +52,12 @@ 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#424)(self, bot_update_step):**
|
|
|
|
— **def [deapply\_patch](/recipes/recipe_modules/bot_update/api.py#427)(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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
— **def [ensure\_checkout](/recipes/recipe_modules/bot_update/api.py#73)(self, gclient_config=None, suffix=None, patch=True, update_presentation=True, patch_root=None, with_branch_heads=False, with_tags=False, refs=None, patch_oauth2=None, oauth2_json=None, use_site_config_creds=None, clobber=False, root_solution_revision=None, rietveld=None, issue=None, patchset=None, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, disable_syntax_validation=False, manifest_name=None, patch_refs=None, \*\*kwargs):**
|
|
|
|
— **def [ensure\_checkout](/recipes/recipe_modules/bot_update/api.py#73)(self, gclient_config=None, suffix=None, patch=True, update_presentation=True, patch_root=None, with_branch_heads=False, with_tags=False, refs=None, patch_oauth2=None, oauth2_json=None, use_site_config_creds=None, clobber=False, root_solution_revision=None, rietveld=None, issue=None, patchset=None, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, disable_syntax_validation=False, manifest_name=None, patch_refs=None, ignore_input_commit=False, \*\*kwargs):**
|
|
|
|
|
|
|
|
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
gclient_config: The gclient configuration to use when running bot_update.
|
|
|
|
gclient_config: The gclient configuration to use when running bot_update.
|
|
|
@ -68,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#401)(self, project_name, gclient_config=None):**
|
|
|
|
— **def [get\_project\_revision\_properties](/recipes/recipe_modules/bot_update/api.py#404)(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.
|
|
|
@ -982,18 +982,18 @@ Move things around in a loop!
|
|
|
|
|
|
|
|
|
|
|
|
— **def [RunSteps](/recipes/recipe_modules/windows_sdk/examples/full.py#13)(api):**
|
|
|
|
— **def [RunSteps](/recipes/recipe_modules/windows_sdk/examples/full.py#13)(api):**
|
|
|
|
|
|
|
|
|
|
|
|
[recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-buildbucket
|
|
|
|
[recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-buildbucket
|
|
|
|
[recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-cipd
|
|
|
|
[recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-cipd
|
|
|
|
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-context
|
|
|
|
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-context
|
|
|
|
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-file
|
|
|
|
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-file
|
|
|
|
[recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-json
|
|
|
|
[recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-json
|
|
|
|
[recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-path
|
|
|
|
[recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-path
|
|
|
|
[recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-platform
|
|
|
|
[recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-platform
|
|
|
|
[recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-properties
|
|
|
|
[recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-properties
|
|
|
|
[recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-python
|
|
|
|
[recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-python
|
|
|
|
[recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-raw_io
|
|
|
|
[recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-raw_io
|
|
|
|
[recipe_engine/recipe_modules/runtime]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-runtime
|
|
|
|
[recipe_engine/recipe_modules/runtime]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-runtime
|
|
|
|
[recipe_engine/recipe_modules/source_manifest]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-source_manifest
|
|
|
|
[recipe_engine/recipe_modules/source_manifest]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-source_manifest
|
|
|
|
[recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-step
|
|
|
|
[recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-step
|
|
|
|
[recipe_engine/recipe_modules/url]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/README.recipes.md#recipe_modules-url
|
|
|
|
[recipe_engine/recipe_modules/url]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/README.recipes.md#recipe_modules-url
|
|
|
|
[recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/596d92ee90439a73ae92c66bd25d9ec27e43b1a7/recipe_engine/recipe_api.py#1012
|
|
|
|
[recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e7c361bd4185326e511520b11950cab5d4291281/recipe_engine/recipe_api.py#1012
|
|
|
|