Chromium Code Reviews| Index: infra/config/recipes.cfg |
| diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1af1c8afb7202b47ca2ae944602dbb27a9e4e0d4 |
| --- /dev/null |
| +++ b/infra/config/recipes.cfg |
| @@ -0,0 +1,11 @@ |
| +api_version: 1 |
| +project_id: "build" |
| +recipes_path: "scripts/slave" |
| + |
| +deps { |
| + project_id: "recipe_engine" |
| + url: "/b/build" |
| + branch: "recipe-packages" |
|
luqui
2015/08/07 19:30:35
Require that branch be master for now.
|
| + revision: "recipe-packages" |
|
luqui
2015/08/07 19:30:35
Ban HEAD and junk
|
| + path_override: "third_party/recipe_engine" |
| +} |