From d2dbea664eb3bdf46344a1aaaa2c5e325b52abc5 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 18 Jul 2017 12:29:45 -0700 Subject: [PATCH] Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35 Pretty up all recipe_engine documentation. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I88a7bd2e8122fa529a7bbc924b62ae2d4b5c2784 Reviewed-on: https://chromium-review.googlesource.com/575696 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- infra/config/recipes.cfg | 2 +- recipes/README.recipes.md | 28 ++++++++++------------------ 2 files changed, 11 insertions(+), 19 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 2a4b408a33..ece6dbf173 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "de3238ca6d8320585f5dbcf051cd96cbc72d4684", + "revision": "0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } }, diff --git a/recipes/README.recipes.md b/recipes/README.recipes.md index 656881e25e..3fe1d43bd4 100644 --- a/recipes/README.recipes.md +++ b/recipes/README.recipes.md @@ -47,8 +47,6 @@ Recipe module to ensure a checkout is consistent on a bot. Wrapper for easy calling of bot_update. -— **def [\_\_init\_\_](/recipes/recipe_modules/bot_update/api.py#13)(self, issue, patch_issue, patchset, patch_set, patch_project, repository, patch_repository_url, gerrit_ref, patch_ref, patch_gerrit_url, rietveld, revision, parent_got_revision, deps_revision_overrides, fail_patch, \*args, \*\*kwargs):** - — **def [apply\_gerrit\_ref](/recipes/recipe_modules/bot_update/api.py#49)(self, root, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, \*\*kwargs):** — **def [deapply\_patch](/recipes/recipe_modules/bot_update/api.py#427)(self, bot_update_step):** @@ -223,8 +221,6 @@ Returns (Path): The "depot_tools" root directory. Wrapper for easy calling of gclient steps. -— **def [\_\_init\_\_](/recipes/recipe_modules/gclient/api.py#70)(self, \*\*kwargs):** - — **def [break\_locks](/recipes/recipe_modules/gclient/api.py#287)(self):** Remove all index.lock files. If a previous run of git crashed, bot was @@ -485,8 +481,6 @@ remote_name (str): the remote name to rebase from if not origin #### **class [GitClApi](/recipes/recipe_modules/git_cl/api.py#9)([RecipeApi][recipe_engine/wkt/RecipeApi]):** -— **def [\_\_call\_\_](/recipes/recipe_modules/git_cl/api.py#10)(self, subcmd, args, name=None, \*\*kwargs):** - — **def [get\_description](/recipes/recipe_modules/git_cl/api.py#23)(self, patch_url=None, codereview=None, \*\*kwargs):** DEPRECATED. Consider using gerrit.get_change_description instead. @@ -663,8 +657,6 @@ Returns: #### **class [TryserverApi](/recipes/recipe_modules/tryserver/api.py#12)([RecipeApi][recipe_engine/wkt/RecipeApi]):** -— **def [\_\_init\_\_](/recipes/recipe_modules/tryserver/api.py#13)(self, \*args, \*\*kwargs):** - — **def [add\_failure\_reason](/recipes/recipe_modules/tryserver/api.py#146)(self, reason):** Records a more detailed reason why build is failing. @@ -830,13 +822,13 @@ Move things around in a loop! — **def [RunSteps](/recipes/recipe_modules/tryserver/examples/full.py#17)(api):** -[recipe_engine/recipe_modules/context]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--context -[recipe_engine/recipe_modules/json]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--json -[recipe_engine/recipe_modules/path]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--path -[recipe_engine/recipe_modules/platform]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--platform -[recipe_engine/recipe_modules/properties]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--properties -[recipe_engine/recipe_modules/python]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--python -[recipe_engine/recipe_modules/raw_io]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--raw_io -[recipe_engine/recipe_modules/step]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--step -[recipe_engine/recipe_modules/url]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/README.recipes.md#recipe_modules--url -[recipe_engine/wkt/RecipeApi]: https://github.com/luci/recipes-py/blob/de3238ca6d8320585f5dbcf051cd96cbc72d4684/recipe_engine/recipe_api.py#L884 +[recipe_engine/recipe_modules/context]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--context +[recipe_engine/recipe_modules/json]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--json +[recipe_engine/recipe_modules/path]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--path +[recipe_engine/recipe_modules/platform]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--platform +[recipe_engine/recipe_modules/properties]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--properties +[recipe_engine/recipe_modules/python]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--python +[recipe_engine/recipe_modules/raw_io]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--raw_io +[recipe_engine/recipe_modules/step]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--step +[recipe_engine/recipe_modules/url]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/README.recipes.md#recipe_modules--url +[recipe_engine/wkt/RecipeApi]: https://github.com/luci/recipes-py/blob/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35/recipe_engine/recipe_api.py#L884