From ef0705a98d48edb5ee8351e133e73cbf4c651a12 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Wed, 26 Apr 2017 15:00: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/f162918ed7c917f187c8098b88e4fd02b82e06aa [recipes.py] refactor common argument parsing, directly validate --package (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: Id86cbd9f83a5b76101a3f07b3138840ce61d8519 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/488202 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 87738a97e..6df4f5ec5 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "77da3ca06f0c46b613b51eea0cf2186c7e8b58c9", + "revision": "f162918ed7c917f187c8098b88e4fd02b82e06aa", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },