From 2f0eaeb21aa23d0f24683f902a956f6810fd9a69 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 28 Apr 2017 23:39:40 -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/0b1247f8506739b0c6d6adc1f8145cb4d0d3cda8 [recipes.py] move remote arg parsing to its module (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I73b23f57351c710ad2962dea4fcec9976c203155 Reviewed-on: https://chromium-review.googlesource.com/490470 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 f2afd1167..9b6eed457 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "3cc22baad1f5cad990a9b0f7428ccf3627063e5f", + "revision": "0b1247f8506739b0c6d6adc1f8145cb4d0d3cda8", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },