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 7e3481be4725a3681514ed2849b30f7c9a5270ec..e1ce307c9da57ace9a9ac17929f03c98d48140d8 100644 |
--- a/recipe_modules/gclient/example.expected/basic.json |
+++ b/recipe_modules/gclient/example.expected/basic.json |
@@ -3,14 +3,14 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"config", |
"--spec", |
"cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" |
], |
"cwd": "[SLAVE_BUILD]", |
"env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "gclient setup" |
}, |
@@ -18,7 +18,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"sync", |
"--verbose", |
"--with_branch_heads", |
@@ -34,7 +34,7 @@ |
], |
"cwd": "[SLAVE_BUILD]", |
"env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "gclient sync", |
"~followup_annotations": [ |
@@ -52,7 +52,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"recurse", |
"git", |
"config", |
@@ -61,7 +61,7 @@ |
], |
"cwd": "[SLAVE_BUILD]", |
"env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "gclient recurse (git config user.name)" |
}, |
@@ -69,7 +69,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"recurse", |
"git", |
"config", |
@@ -78,7 +78,7 @@ |
], |
"cwd": "[SLAVE_BUILD]", |
"env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "gclient recurse (git config user.email)" |
}, |
@@ -86,14 +86,14 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"config", |
"--spec", |
"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": "[SLAVE_BUILD]/src/third_party", |
"env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "[spec: WebKit] gclient setup" |
}, |
@@ -101,7 +101,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"sync", |
"--nohooks", |
"--force", |
@@ -115,7 +115,7 @@ |
], |
"cwd": "[SLAVE_BUILD]/src/third_party", |
"env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "[spec: WebKit] gclient sync", |
"~followup_annotations": [ |
@@ -161,12 +161,12 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
"cwd": "[SLAVE_BUILD]", |
"env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "gclient runhooks" |
}, |