From 1345ba9bce159d42ec724dc0dd597ab93d4022d3 Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Wed, 29 Mar 2017 15:38:23 -0700 Subject: [PATCH] [recipes.cfg] upgrade to api_version 2 Bug: Change-Id: I66060bbf29a5940041eecfac70df6dae0894887f Reviewed-on: https://chromium-review.googlesource.com/462595 Commit-Queue: Robbie Iannucci Reviewed-by: Nodir Turakulov --- infra/config/recipes.cfg | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index f53f59717..5e75f0df4 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -1,13 +1,12 @@ { - "api_version": 1, - "deps": [ - { + "api_version": 2, + "deps": { + "recipe_engine": { "branch": "master", - "project_id": "recipe_engine", "revision": "e77477ba61ef082e2e34d58fd1251a1cb707f698", "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 +}