From c838a181ce12509fcee32c8ba84391969368bb25 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 7 Apr 2017 00:01:39 -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 (or complain) recipe_engine: https://crrev.com/d7f80cacbb5c61e5bdaaff122fb5ab0ea7b58345 Fix recipe bootstrap on Windows (phajdan.jr@chromium.org) TBR=iannucci@chromium.org Change-Id: I052ad4f75b17d2631250db1a4c854d4c305b93de Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/471366 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 69f4d21fc3..3eb2dece19 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -3,7 +3,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "796247003f570b54140f9cc6e7934bcdf11880e7", + "revision": "d7f80cacbb5c61e5bdaaff122fb5ab0ea7b58345", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },