| Index: scripts/slave/recipes/nacl_ports.expected/linux.json
|
| diff --git a/scripts/slave/recipes/nacl_ports.expected/linux.json b/scripts/slave/recipes/nacl_ports.expected/linux.json
|
| index f5c31eaa78f9d9c223cc8d43370b35f8f3629ba3..a0542eb5b82043e795237d7f366d86d4b70fe5e1 100644
|
| --- a/scripts/slave/recipes/nacl_ports.expected/linux.json
|
| +++ b/scripts/slave/recipes/nacl_ports.expected/linux.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "TestSlave",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/webports.git'}]",
|
| + "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/webports.git'}]",
|
| "--root",
|
| "src",
|
| "--revision_mapping_file",
|
| "{\"src\": \"got_revision\"}",
|
| "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| + "[ROOT]/b/build/slave/cache_dir",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| @@ -25,7 +25,6 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -64,7 +63,6 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -73,9 +71,9 @@
|
| {
|
| "allow_subannotations": true,
|
| "cmd": [
|
| - "[SLAVE_BUILD]/src/build_tools/buildbot_selector.sh"
|
| + "[CWD]/src/build_tools/buildbot_selector.sh"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[CWD]/src",
|
| "env": {
|
| "BUILDBOT_BUILDERNAME": "linux-glibc-0",
|
| "BUILDBOT_GOT_REVISION": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
|
|