Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: recipe_modules/gclient/example.expected/revision.json

Issue 1785443002: depot_tools: adjust for resource API changes in recipe engine (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_modules/gclient/example.expected/revision.json
diff --git a/recipe_modules/gclient/example.expected/revision.json b/recipe_modules/gclient/example.expected/revision.json
index a3baf68b4d8ce827fb9ddfd5824b727d95b287cb..e22717b4200622f9cc91f06831f3e6ce7c262b66 100644
--- a/recipe_modules/gclient/example.expected/revision.json
+++ b/recipe_modules/gclient/example.expected/revision.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"
},
@@ -103,7 +103,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_PACKAGE[depot_tools]/gclient.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"sync",
"--nohooks",
"--force",
@@ -117,7 +117,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": [
@@ -163,12 +163,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"
},

Powered by Google App Engine
This is Rietveld 408576698