From 0d014c3f747d3b1fb6158f9e497ba13f36bd135e Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 28 Apr 2017 21:00: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/ffe0201f64d5cd7b2cd6a458f8f1414a012a7daa [recipes.py] Move fetch, lint and bundle parsers to separate modules. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I665ea11b07ab9526c19d99dcb2f589de27cf8d99 Reviewed-on: https://chromium-review.googlesource.com/490911 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 4c380d681..3364e98e0 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "68d2ac243180dbd51a1c3a672874d072235f961a", + "revision": "ffe0201f64d5cd7b2cd6a458f8f1414a012a7daa", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },