From c8fc295c68284e3cf7b24ab462af91c419c99ad5 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 28 Apr 2017 22:49: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/3cc22baad1f5cad990a9b0f7428ccf3627063e5f [recipes.py] move autoroll arg parsing to its module (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id14e82a2d6816f9b2a12da98ec9db78b78fa0f32 Reviewed-on: https://chromium-review.googlesource.com/490750 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 6734f223c2..f2afd11673 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "a8d7f3279c321895575723d7e56e5798fd34b9bb", + "revision": "3cc22baad1f5cad990a9b0f7428ccf3627063e5f", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },