From ab49a2bbd9e7deb947c4460acbd910bf6f169015 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Mon, 12 Jun 2017 07:39:53 -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/c7595ad0dd704f72e4765e2645501c553bef3af1 [file] fix "rmtree" on non-dir path (dnj@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib07ee1b4327305d2fc59f199dcac22d7bb6c7034 Reviewed-on: https://chromium-review.googlesource.com/531224 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 add90372e..c7d6b3d4d 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,7 +15,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "154ef7e5d8f964ef30b1250dd33751582705f6f2", + "revision": "c7595ad0dd704f72e4765e2645501c553bef3af1", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },