From 5e918baf82d4ba8bd2c946814d205abcea9b1e93 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Sat, 29 Apr 2017 10:29:37 -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/088cc7b5423bcf53a6545ac3483ed2a891ae723f [recipes.py] add missing helpstrings, merge test subcommands into main parser. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2d25a2af52ee022130c1aa061d196a37853794eb Reviewed-on: https://chromium-review.googlesource.com/490970 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 027eb08b1..2079eca94 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "19f9db6216068ce8f6af43e95f80bd8954b256bd", + "revision": "088cc7b5423bcf53a6545ac3483ed2a891ae723f", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },