From 9e51584164e280f82fade2dccfea6a3751c8a413 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Sat, 29 Apr 2017 09:02: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/19f9db6216068ce8f6af43e95f80bd8954b256bd [recipes.py] move run arg parsing to its module. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I718ee4e58460673b582160497e5145a71a87ca5f Reviewed-on: https://chromium-review.googlesource.com/490771 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 eb79f1d683..027eb08b1d 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "db10da8f2f560285dcb5f3d7638fcf69011e2326", + "revision": "19f9db6216068ce8f6af43e95f80bd8954b256bd", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },