| Index: recipe_modules/bot_update/example.expected/trychange_oauth2.json
|
| diff --git a/recipe_modules/bot_update/example.expected/trychange_oauth2.json b/recipe_modules/bot_update/example.expected/trychange_oauth2.json
|
| index 7df1a3b338b83da3ab111f6db57ca1bc387e83b9..238a918ae6ce4924c0d50492410c65ae1eaf8b63 100644
|
| --- a/recipe_modules/bot_update/example.expected/trychange_oauth2.json
|
| +++ b/recipe_modules/bot_update/example.expected/trychange_oauth2.json
|
| @@ -19,14 +19,15 @@
|
| "--git-cache-dir",
|
| "[GIT_CACHE]",
|
| "--apply_issue_email_file",
|
| - "[ROOT]/b/build/site_config/.rietveld_client_email",
|
| + "[BUILD]/site_config/.rietveld_client_email",
|
| "--apply_issue_key_file",
|
| - "[ROOT]/b/build/site_config/.rietveld_secret_key",
|
| + "[BUILD]/site_config/.rietveld_secret_key",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| "src@HEAD"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
|
|