From 546d929dd947e82485fb2829be12952df345dbf5 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 7 Apr 2017 06:08: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 (or complain) recipe_engine: https://crrev.com/bbe066964830adfaa2298d0fd77e02b86bcd48ea Disable bootstrap for recipes.py invocations in autoroll (phajdan.jr@chromium.org) TBR=iannucci@chromium.org Change-Id: I31fa2e650e2e96c41c077721da240e332d10fe5b Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/471367 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 54b8f09f6..c2ed80bb3 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -3,7 +3,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "ab1007e993f5ae367c15389afb954591bf3376dd", + "revision": "bbe066964830adfaa2298d0fd77e02b86bcd48ea", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },