From 345a1e1a0ae57eb225e109f876947edeac37e98b Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Sat, 29 Apr 2017 08:23:10 -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/db10da8f2f560285dcb5f3d7638fcf69011e2326 [recipes.py] move test arg parsing to its module (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic60634d431b1ccb8983e6045bdf61761e953974a Reviewed-on: https://chromium-review.googlesource.com/490950 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 92b205517..eb79f1d68 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "b6829668a6408ae319f98651864da96c59a8762c", + "revision": "db10da8f2f560285dcb5f3d7638fcf69011e2326", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },