From 5afa324b6a6908060b8ca2c5138e637ae4507885 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Fri, 24 Mar 2017 01:41:11 -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/fd0d8541ec8f579c68bf8214acfaf08f23117882 autoroll: use new 'test' command (phajdan.jr@chromium.org) TBR=iannucci@chromium.org Change-Id: Ia7a9971f28cdcf3243c3f50894de9fd2919f773e Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/458818 Reviewed-by: Commit-Queue: --- infra/config/recipes.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 34f9ceb46..f5ab611d1 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -1,13 +1,13 @@ { - "api_version": 1, - "project_id": "depot_tools", - "recipes_path": "recipes", + "api_version": 1, "deps": [ { - "project_id": "recipe_engine", - "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git", - "branch": "master", - "revision": "3125a3b89e18dff89cf6d59f0a0486d832521bf1" + "branch": "master", + "project_id": "recipe_engine", + "revision": "fd0d8541ec8f579c68bf8214acfaf08f23117882", + "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } - ] -} + ], + "project_id": "depot_tools", + "recipes_path": "recipes" +} \ No newline at end of file