From 1defcf7c23f8117eaa9df2651fbca42ccd829b8c Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Wed, 17 May 2017 11:28:41 -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/a819ab06fa3974b0fdee796aa4dd883274f4df2f [step_runner] do not immediately bail when START_DIR is gone. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie1802d4c2bf37b9b25eb966703e1d89b68139ce1 Reviewed-on: https://chromium-review.googlesource.com/508128 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- 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 d95d61306..7e452f898 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "3b8a0585e3c7390a7c1c339c6b70d042de8f913c", + "revision": "a819ab06fa3974b0fdee796aa4dd883274f4df2f", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },