From b760dceea371c0b42e752b95133604036aa8a6fe Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Wed, 31 May 2017 20:19:47 -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/d878bba594c81c7ba4cc16b8bf078097b00a102d [recipe_modules/file] add real file module to engine. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0f11eb017b42f090cc49c0c4a325205a2e92e504 Reviewed-on: https://chromium-review.googlesource.com/520644 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 d58c2f653..ea15ddc12 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "8ff178b2ec0c099d49ecb1df1c411f487c6bc657", + "revision": "d878bba594c81c7ba4cc16b8bf078097b00a102d", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },