From 9ce47f36134e6bc7e83b765f6dfc4a0de4ce11ae Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Sun, 9 Apr 2017 23:40:06 -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 (or complain) recipe_engine: https://crrev.com/86179ebcb99567b956e788bb1a100c262f533083 Work around unicode issues by re-encoding properties as utf-8 (phajdan.jr@chromium.org) TBR=iannucci@chromium.org Change-Id: I6a850e86de670587555ba808a99b98eb3e939e55 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/472666 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 1a93ba900d..4956b9c442 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -3,7 +3,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "2ea2b19c4deb2f81b462754509e2c858e73078ec", + "revision": "86179ebcb99567b956e788bb1a100c262f533083", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },