From 2debb847bdb96dc5bb025b5d00bd87baedc19ce2 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Wed, 10 May 2017 12:59:39 -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/23230785ddaec6e199d3ede6d496131ec178c183 config: fix config.Dict with no value type (nodir@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2cb5dff9c4e745003db3732e23a564272ecedf22 Reviewed-on: https://chromium-review.googlesource.com/502227 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 ad03443f01..515a6907bd 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "c93ed98c3c3e6c9be82e88496e55cb1f3dd13372", + "revision": "23230785ddaec6e199d3ede6d496131ec178c183", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },