From 3276aa7606aedff442fb379f8869ee200ac2ca2d Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 5 May 2017 15:09:54 -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/2dc658ad29ce38a0364540d85d05dc3a2ab87f16 [recipe_engine/step] Add ability for recipe engine invocation to inject paths. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I14b506d8509312b6e89fd6d90d88a096edd8a1b9 Reviewed-on: https://chromium-review.googlesource.com/497628 Reviewed-by: Commit-Queue: --- 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 da2cd56d4..ce645ab51 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "2dba35d569811216433ebd96760f3e9bde78b7e9", + "revision": "2dc658ad29ce38a0364540d85d05dc3a2ab87f16", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },