From 9fe907de633af22653e9afa1dbf1ab41c8d2bda3 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 12 May 2017 09:09:40 -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/60cc7f3f49737e8cf852e396b4436c2b6bd3f56d Add vpython support to Python recipe module. (dnj@chromium.org) https://crrev.com/c6560f3627af81c9004024079525ef63a223d33a Add "url" recipe module to base. (dnj@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Iecc732789febe840a4fe42374d8264f5e9ea0f06 Reviewed-on: https://chromium-review.googlesource.com/504967 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 cd0b6c6d18..e4f523b05f 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "b7c18e0258998652eeb302c83680f6a2b1aee398", + "revision": "c6560f3627af81c9004024079525ef63a223d33a", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },