Index: scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json |
diff --git a/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json b/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json |
index 1afc9b768f24786144aedcff2de2c71beafdcec0..5459a11014f0d11360ddeff023e90abd94bf29a1 100644 |
--- a/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json |
+++ b/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"slavename", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'managed': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/boringssl.git'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'managed': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/boringssl.git'}]", |
"--root", |
"boringssl", |
"--revision_mapping_file", |
"{}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -25,6 +25,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -53,6 +54,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -62,14 +64,14 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/boringssl/util/bot/go/env.py", |
+ "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", |
"go", |
"run", |
"doc.go", |
"-out", |
- "[TMP]/boringssl-docs_tmp_1" |
+ "[TMP_BASE]/boringssl-docs_tmp_1" |
], |
- "cwd": "[CWD]/boringssl/util", |
+ "cwd": "[SLAVE_BUILD]/boringssl/util", |
"name": "generate" |
}, |
{ |
@@ -78,15 +80,16 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[ROOT]/b/depot_tools/gsutil.py", |
+ "[DEPOT_TOOLS]/gsutil.py", |
"----", |
"-m", |
"cp", |
"-a", |
"public-read", |
- "[TMP]/boringssl-docs_tmp_1/**", |
+ "[TMP_BASE]/boringssl-docs_tmp_1/**", |
"gs://chromium-boringssl-docs/" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gsutil cp" |
}, |
{ |