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..2a2dcf68faf0019b487058ee1ea110e5fcd6f221 |
| --- /dev/null |
| +++ b/infra/config/recipes.cfg |
| @@ -0,0 +1,9 @@ |
| +api_version: 1 |
|
iannucci
2015/12/04 20:17:17
it occurs to me that this is maybe a poorly chosen
|
| +project_id: "depot_tools" |
| +recipes_path: "" |
| +deps { |
| + project_id: "recipe_engine" |
| + url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" |
| + branch: "master" |
| + revision: "cbbcfad66fa7239561436e495963bf9a32cecdf2" |
| +} |