From 0faadc983e23409e702e97a8f8285ba240628b47 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 16 May 2017 01: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/3343170e687e1cfa402e70c6e90019f9f88f913f [package.py] prevent overriding undeclared repo dependency. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ifb8cdb6411ae501b8c967fe780571eb6a875a9ae Reviewed-on: https://chromium-review.googlesource.com/505440 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- 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 4331ae34c..99b2954ec 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "1a90c2644e03337ecfd91dd1e76a7c2713b42808", + "revision": "3343170e687e1cfa402e70c6e90019f9f88f913f", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },