From 839d85919154e1a618ef9c257c4207a8e931ead2 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Thu, 20 Apr 2017 17:56:21 -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/83831a2405589f70218ae8592d5fcd1bf40c8097 [fetch] Make GitBackend._execute log at info level (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: I3a453dc21f0f1a8d46f82301a524f21b3ab65ca5 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/484080 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 9a2b5bd83b..614a769fe7 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "51e6ae23f698f81136bc508f633588354b5969ca", + "revision": "83831a2405589f70218ae8592d5fcd1bf40c8097", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },