| 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", |
| 101 "-u", | 101 "-u", |
| 102 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 102 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 103 "sync", | 103 "sync", |
| 104 "--nohooks", | 104 "--nohooks", |
| 105 "--force", | 105 "--force", |
| 106 "--verbose", | 106 "--verbose", |
| 107 "--delete_unversioned_trees", | 107 "--delete_unversioned_trees", |
| 108 "--with_branch_heads", | 108 "--with_branch_heads", |
| 109 "--revision", | 109 "--revision", |
| 110 "WebKit@abc", |
| 111 "--revision", |
| 110 "third_party/WebKit@123", | 112 "third_party/WebKit@123", |
| 111 "--output-json", | 113 "--output-json", |
| 112 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
| 113 ], | 115 ], |
| 114 "cwd": "[SLAVE_BUILD]/src/third_party", | 116 "cwd": "[SLAVE_BUILD]/src/third_party", |
| 115 "env": { | 117 "env": { |
| 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 117 }, | 119 }, |
| 118 "name": "[spec: WebKit] gclient sync", | 120 "name": "[spec: WebKit] gclient sync", |
| 119 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 167 }, | 169 }, |
| 168 "name": "gclient runhooks" | 170 "name": "gclient runhooks" |
| 169 }, | 171 }, |
| 170 { | 172 { |
| 171 "name": "$result", | 173 "name": "$result", |
| 172 "recipe_result": null, | 174 "recipe_result": null, |
| 173 "status_code": 0 | 175 "status_code": 0 |
| 174 } | 176 } |
| 175 ] | 177 ] |
| OLD | NEW |