Index: recipe_modules/gclient/example.expected/basic.json |
diff --git a/recipe_modules/gclient/example.expected/basic.json b/recipe_modules/gclient/example.expected/basic.json |
index 764ae46e0b1a69629bd0266d2de582d8a515be30..e1ce307c9da57ace9a9ac17929f03c98d48140d8 100644 |
--- a/recipe_modules/gclient/example.expected/basic.json |
+++ b/recipe_modules/gclient/example.expected/basic.json |
@@ -89,9 +89,9 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"config", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]" |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]" |
], |
- "cwd": "[CWD]/src/third_party", |
+ "cwd": "[SLAVE_BUILD]/src/third_party", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -113,7 +113,7 @@ |
"--output-json", |
"/path/to/tmp/json" |
], |
- "cwd": "[CWD]/src/third_party", |
+ "cwd": "[SLAVE_BUILD]/src/third_party", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -138,7 +138,7 @@ |
"python", |
"-u", |
"\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n", |
- "[CWD]" |
+ "[SLAVE_BUILD]" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "cleanup index.lock", |