From 6dce8fa1f29f5befee623571f615577991f5f659 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 9 May 2017 19:04:50 -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/c93ed98c3c3e6c9be82e88496e55cb1f3dd13372 [recipe_modules/step] do not set cwd if it is start_dir. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Iba7fa64ddd5485eb52294c610761cd524385787f Reviewed-on: https://chromium-review.googlesource.com/501210 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 1e44d17242..ad03443f01 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "9f2573a386ee07450095cbeb3562df94a644962f", + "revision": "c93ed98c3c3e6c9be82e88496e55cb1f3dd13372", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },