| Index: infra/config/recipes.cfg
|
| diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..274f32d82716063e0fed20f963bf1b31154e088c
|
| --- /dev/null
|
| +++ b/infra/config/recipes.cfg
|
| @@ -0,0 +1,21 @@
|
| +api_version: 1
|
| +project_id: "infra"
|
| +recipes_path: "recipes"
|
| +deps {
|
| + project_id: "depot_tools"
|
| + url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
|
| + branch: "master"
|
| + revision: "166ac05c0306bf223826c5a505d18ee5586daee0"
|
| +}
|
| +deps {
|
| + project_id: "recipe_engine"
|
| + url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
|
| + branch: "master"
|
| + revision: "a2f99b57a04aea317bc02bb10ab570e1dc337218"
|
| +}
|
| +deps {
|
| + project_id: "build"
|
| + url: "https://chromium.googlesource.com/chromium/tools/build.git"
|
| + branch: "master"
|
| + revision: "ae3e05b8231926a47dc92e72a3933936f9d795ac"
|
| +}
|
|
|