From e98cfc111e2ea35965910a360fb3e049bb35ed36 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 7 Apr 2017 10:50:20 -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/11a5a6648f538d56cd5a48169f7b349e2d71886c Enable bootstrap by default when invoking test command (phajdan.jr@chromium.org) TBR=iannucci@chromium.org Change-Id: I6d403722187d2ac73f1a2d53a23b272fa6d0d983 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/471766 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 a2b3691f9..fdc8dc1bd 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -3,7 +3,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "0fdbf0025e0a814b0c2ea8c787d24aeab0ecb99b", + "revision": "11a5a6648f538d56cd5a48169f7b349e2d71886c", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },