From af44b73afae3ca82c963b2bbfe2e4fe44172d2d6 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 31 Aug 2018 09:52:07 -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/f25fbdce1dc0976980f2b1f5120af828e9a68a34 Reland [buildbucket] Parse CL from legacy properties (nodir@google.com) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ibebe4e1150fc6d3a1ade472e1206a4abccd3b8a7 Reviewed-on: https://skia-review.googlesource.com/150910 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 968f1fce86..ae380c17f3 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "a4b67d055334eed8fd5295dd6dfd266e8a67f8b2", + "revision": "4259762b35974160b728be8c3952fb8b61eb57c9", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "9d1991d736085e87f7fbb35f1fb4a7f023060c82", + "revision": "f25fbdce1dc0976980f2b1f5120af828e9a68a34", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },