From 577e70d6fed8bc7d82dcbfa2b6f0a87359e4815b Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 6 Jun 2017 10:29:41 -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/267b9221c5fbd2712527852550d86f9e2e3874ff [file] Derive user-facing error from StepFailure and set FAILURE status on step. (iannucci@chromium.org) https://crrev.com/1ec7ad4df3efbdd7224f249179390aab4a66c562 [file] add log listings to file.listdir and file.glob_paths. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I45cd3ad3d3282e80d1b13b4873b77865c62bbcd1 Reviewed-on: https://chromium-review.googlesource.com/525853 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- infra/config/recipes.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 9333ebdb38..d9f7ed4dd7 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "ddd199058ea23f965a1a6b276d76cf5c3723baaf", + "revision": "1ec7ad4df3efbdd7224f249179390aab4a66c562", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },