From 704d6ad832b81ec1c2165da4d98455b4bf28d76e Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 8 Aug 2017 14:50:46 -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/e92def4f3c06e6dc65c8d69f6bbb378ccba92546 Add source manifest proto to recipe_engine. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If21b3e142bf3f36eff9d7d8b8375f9b0e5a34602 Reviewed-on: https://chromium-review.googlesource.com/607187 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- infra/config/recipes.cfg | 2 +- recipes/README.recipes.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 810607e55..09f5fac81 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "e0ddd60a4c230f913a8032eadd3c5a46cb944c42", + "revision": "e92def4f3c06e6dc65c8d69f6bbb378ccba92546", "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 1c7e91a17..ccc473202 100644 --- a/recipes/README.recipes.md +++ b/recipes/README.recipes.md @@ -828,14 +828,14 @@ 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/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--context -[recipe_engine/recipe_modules/file]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--file -[recipe_engine/recipe_modules/json]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--json -[recipe_engine/recipe_modules/path]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--path -[recipe_engine/recipe_modules/platform]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--platform -[recipe_engine/recipe_modules/properties]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--properties -[recipe_engine/recipe_modules/python]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--python -[recipe_engine/recipe_modules/raw_io]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--raw_io -[recipe_engine/recipe_modules/step]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--step -[recipe_engine/recipe_modules/url]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/README.recipes.md#recipe_modules--url -[recipe_engine/wkt/RecipeApi]: https://github.com/luci/recipes-py/blob/e0ddd60a4c230f913a8032eadd3c5a46cb944c42/recipe_engine/recipe_api.py#L884 +[recipe_engine/recipe_modules/context]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--context +[recipe_engine/recipe_modules/file]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--file +[recipe_engine/recipe_modules/json]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--json +[recipe_engine/recipe_modules/path]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--path +[recipe_engine/recipe_modules/platform]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--platform +[recipe_engine/recipe_modules/properties]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--properties +[recipe_engine/recipe_modules/python]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--python +[recipe_engine/recipe_modules/raw_io]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--raw_io +[recipe_engine/recipe_modules/step]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--step +[recipe_engine/recipe_modules/url]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/README.recipes.md#recipe_modules--url +[recipe_engine/wkt/RecipeApi]: https://github.com/luci/recipes-py/blob/e92def4f3c06e6dc65c8d69f6bbb378ccba92546/recipe_engine/recipe_api.py#L884