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', 'url': 'svn://svn.chromium.org/blink/trunk'}]" | 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'}]" |
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", | |
112 "third_party/WebKit@123", | 110 "third_party/WebKit@123", |
113 "--output-json", | 111 "--output-json", |
114 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
115 ], | 113 ], |
116 "cwd": "[SLAVE_BUILD]/src/third_party", | 114 "cwd": "[SLAVE_BUILD]/src/third_party", |
117 "env": { | 115 "env": { |
118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
119 }, | 117 }, |
120 "name": "[spec: WebKit] gclient sync", | 118 "name": "[spec: WebKit] gclient sync", |
121 "~followup_annotations": [ | 119 "~followup_annotations": [ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
169 }, | 167 }, |
170 "name": "gclient runhooks" | 168 "name": "gclient runhooks" |
171 }, | 169 }, |
172 { | 170 { |
173 "name": "$result", | 171 "name": "$result", |
174 "recipe_result": null, | 172 "recipe_result": null, |
175 "status_code": 0 | 173 "status_code": 0 |
176 } | 174 } |
177 ] | 175 ] |
OLD | NEW |