OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" | 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" |
10 ], | 10 ], |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 }, | 80 }, |
81 "name": "gclient recurse (git config user.email)" | 81 "name": "gclient recurse (git config user.email)" |
82 }, | 82 }, |
83 { | 83 { |
84 "cmd": [ | 84 "cmd": [ |
85 "python", | 85 "python", |
86 "-u", | 86 "-u", |
87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
88 "config", | 88 "config", |
89 "--spec", | 89 "--spec", |
90 "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'}]" | 90 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'WebKit', 'url': 'svn://svn.chromium.org/blink/trunk'}]" |
91 ], | 91 ], |
92 "cwd": "[SLAVE_BUILD]/src/third_party", | 92 "cwd": "[SLAVE_BUILD]/src/third_party", |
93 "env": { | 93 "env": { |
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
95 }, | 95 }, |
96 "name": "[spec: WebKit] gclient setup" | 96 "name": "[spec: WebKit] gclient setup" |
97 }, | 97 }, |
98 { | 98 { |
99 "cmd": [ | 99 "cmd": [ |
100 "python", | 100 "python", |
(...skipping 10 matching lines...) Expand all Loading... |
111 "python", | 111 "python", |
112 "-u", | 112 "-u", |
113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
114 "sync", | 114 "sync", |
115 "--nohooks", | 115 "--nohooks", |
116 "--force", | 116 "--force", |
117 "--verbose", | 117 "--verbose", |
118 "--delete_unversioned_trees", | 118 "--delete_unversioned_trees", |
119 "--with_branch_heads", | 119 "--with_branch_heads", |
120 "--revision", | 120 "--revision", |
| 121 "WebKit@HEAD", |
| 122 "--revision", |
121 "third_party/WebKit@123", | 123 "third_party/WebKit@123", |
122 "--output-json", | 124 "--output-json", |
123 "/path/to/tmp/json" | 125 "/path/to/tmp/json" |
124 ], | 126 ], |
125 "cwd": "[SLAVE_BUILD]/src/third_party", | 127 "cwd": "[SLAVE_BUILD]/src/third_party", |
126 "env": { | 128 "env": { |
127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 129 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
128 }, | 130 }, |
129 "name": "[spec: WebKit] gclient sync", | 131 "name": "[spec: WebKit] gclient sync", |
130 "~followup_annotations": [ | 132 "~followup_annotations": [ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 179 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
178 }, | 180 }, |
179 "name": "gclient runhooks" | 181 "name": "gclient runhooks" |
180 }, | 182 }, |
181 { | 183 { |
182 "name": "$result", | 184 "name": "$result", |
183 "recipe_result": null, | 185 "recipe_result": null, |
184 "status_code": 0 | 186 "status_code": 0 |
185 } | 187 } |
186 ] | 188 ] |
OLD | NEW |