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