From 89e0dac993800e91c1b6fc8121693ad44312d91c Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Sat, 13 Feb 2016 20:39:10 -0800 Subject: [PATCH] Fix infra docs Previously we had the wrong path to the recipes.py script and an incorrect argument list. --- infra/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/README.md b/infra/README.md index 169ccc04d5..18f7c67a6c 100644 --- a/infra/README.md +++ b/infra/README.md @@ -30,8 +30,8 @@ by the [luci/recipes-py github project](https://github.com/luci/recipes-py). The typical cyle for editing a recipe is: 1. Make your edits. -2. Run `build/slave/recipes.py train simulation_test flutter` to update expected files (remove the flutter if you need to do a global update). -3. Run `build/slave/recipes.py run flutter/flutter` (or flutter/engine) if something was strange during training and you need to run it locally. +2. Run `build/scripts/slave/recipes.py simulation_test train flutter` to update expected files (remove the flutter if you need to do a global update). +3. Run `build/scripts/slave/recipes.py run flutter/flutter` (or flutter/engine) if something was strange during training and you need to run it locally. 4. Upload the patch (`git commit`, `git cl upload`) and send it to someone in the `recipes/flutter/OWNERS` file for review. Most of the functionality for recipes comes from recipe_modules, which are