Index: recipe_modules/gclient/example.expected/tryserver.json |
diff --git a/recipe_modules/gclient/example.expected/tryserver.json b/recipe_modules/gclient/example.expected/tryserver.json |
index 50df3d7a21be4aa3445cff63c48e9294eebb0f25..b22508d746a8b6a997b8051102bb7a4e25993003 100644 |
--- a/recipe_modules/gclient/example.expected/tryserver.json |
+++ b/recipe_modules/gclient/example.expected/tryserver.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", |
@@ -36,7 +36,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": [ |
@@ -54,7 +54,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"recurse", |
"git", |
"config", |
@@ -63,7 +63,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)" |
}, |
@@ -71,7 +71,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"recurse", |
"git", |
"config", |
@@ -80,7 +80,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)" |
}, |
@@ -88,14 +88,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" |
}, |
@@ -114,7 +114,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "RECIPE_PACKAGE[depot_tools]/gclient.py", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"sync", |
"--nohooks", |
"--force", |
@@ -128,7 +128,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": [ |
@@ -174,12 +174,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" |
}, |