From 01cb2a4228840bb4762d2d14caf7d5db08c7dba3 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 25 Jun 2019 16:18:49 -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/6bb449da37f04e02e60a27c910d491c851050191 [stream/luci] Combine stdout/stderr for now. (iannucci@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I440b0fef9581fb88607336542b48912e34293146 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/223835 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 1374bf028e..e84b4b0bfe 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "6f033245d2bdb69899c0bdcaf76d9f53e71013c7", + "revision": "e45ed395ad55c6249b123804079903015603ff13", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "d13e90544ecc6da9fb394c5c61e927c0fe03ec65", + "revision": "6bb449da37f04e02e60a27c910d491c851050191", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },