From ba6640867682f887776893616fbe54d62784edc9 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Thu, 14 Mar 2019 11:03:38 -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/d5630bebfc7a1c79dfe49e76ff9a1131f4807811 Remove Quiet stream engine/step runner. (iannucci@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I9fce7d3dc44e56a0b1675008359f1d61971a27b4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201401 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- infra/config/recipes.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 928a532256..5860966967 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "2d4316f0b55ecfec0151fe1fafd39e0efb7588ec", + "revision": "1c2fa0fdda124fad7f41d30d19efb901df7e4408", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "5efaa3a69b50fa7f8240d39d79de9c0530327663", + "revision": "d5630bebfc7a1c79dfe49e76ff9a1131f4807811", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },