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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 }, | 78 }, |
79 "name": "gclient recurse (git config user.email)" | 79 "name": "gclient recurse (git config user.email)" |
80 }, | 80 }, |
81 { | 81 { |
82 "cmd": [ | 82 "cmd": [ |
83 "python", | 83 "python", |
84 "-u", | 84 "-u", |
85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
86 "config", | 86 "config", |
87 "--spec", | 87 "--spec", |
88 "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'}]" | 88 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/l
kgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]" |
89 ], | 89 ], |
90 "cwd": "[SLAVE_BUILD]/src/third_party", | 90 "cwd": "[SLAVE_BUILD]/src/third_party", |
91 "env": { | 91 "env": { |
92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
93 }, | 93 }, |
94 "name": "[spec: WebKit] gclient setup" | 94 "name": "[spec: WebKit] gclient setup" |
95 }, | 95 }, |
96 { | 96 { |
97 "cmd": [ | 97 "cmd": [ |
98 "python", | 98 "python", |
99 "-u", | 99 "-u", |
100 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 100 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
101 "sync", | 101 "sync", |
| 102 "--verbose", |
| 103 "--with_branch_heads", |
102 "--nohooks", | 104 "--nohooks", |
| 105 "-j8", |
| 106 "--reset", |
103 "--force", | 107 "--force", |
104 "--verbose", | 108 "--upstream", |
| 109 "--no-nag-max", |
105 "--delete_unversioned_trees", | 110 "--delete_unversioned_trees", |
106 "--with_branch_heads", | |
107 "--revision", | 111 "--revision", |
108 "third_party/WebKit@123", | 112 "third_party/WebKit@123", |
109 "--output-json", | 113 "--output-json", |
110 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
111 ], | 115 ], |
112 "cwd": "[SLAVE_BUILD]/src/third_party", | 116 "cwd": "[SLAVE_BUILD]/src/third_party", |
113 "env": { | 117 "env": { |
114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
115 }, | 119 }, |
116 "name": "[spec: WebKit] gclient sync", | 120 "name": "[spec: WebKit] gclient sync", |
117 "~followup_annotations": [ | 121 "~followup_annotations": [ |
118 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
119 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
120 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", |
121 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"3eebce6ea96f9e6c03e925
2a4f8ef2ea9fe141c2\"@@@", |
122 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 126 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", |
124 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e800497199d615131a76c
d10651e74d7c8a0962\"@@@", |
125 "@@@STEP_LOG_LINE@json.output@ }@@@", | 129 "@@@STEP_LOG_LINE@json.output@ }@@@", |
126 "@@@STEP_LOG_LINE@json.output@ }@@@", | 130 "@@@STEP_LOG_LINE@json.output@ }@@@", |
127 "@@@STEP_LOG_LINE@json.output@}@@@", | 131 "@@@STEP_LOG_LINE@json.output@}@@@", |
128 "@@@STEP_LOG_END@json.output@@@", | 132 "@@@STEP_LOG_END@json.output@@@", |
129 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@" | 133 "@@@SET_BUILD_PROPERTY@got_blatley_revision@\"5e800497199d615131a76cd10651
e74d7c8a0962\"@@@" |
130 ] | 134 ] |
131 }, | 135 }, |
132 { | 136 { |
133 "cmd": [ | 137 "cmd": [ |
134 "python", | 138 "python", |
135 "-u", | 139 "-u", |
| 140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 141 "recurse", |
| 142 "git", |
| 143 "config", |
| 144 "user.name", |
| 145 "local_bot" |
| 146 ], |
| 147 "cwd": "[SLAVE_BUILD]/src/third_party", |
| 148 "env": { |
| 149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 150 }, |
| 151 "name": "[spec: WebKit] gclient recurse (git config user.name)" |
| 152 }, |
| 153 { |
| 154 "cmd": [ |
| 155 "python", |
| 156 "-u", |
| 157 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 158 "recurse", |
| 159 "git", |
| 160 "config", |
| 161 "user.email", |
| 162 "local_bot@example.com" |
| 163 ], |
| 164 "cwd": "[SLAVE_BUILD]/src/third_party", |
| 165 "env": { |
| 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 167 }, |
| 168 "name": "[spec: WebKit] gclient recurse (git config user.email)" |
| 169 }, |
| 170 { |
| 171 "cmd": [ |
| 172 "python", |
| 173 "-u", |
136 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 174 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
137 "[SLAVE_BUILD]" | 175 "[SLAVE_BUILD]" |
138 ], | 176 ], |
139 "name": "cleanup index.lock", | 177 "name": "cleanup index.lock", |
140 "~followup_annotations": [ | 178 "~followup_annotations": [ |
141 "@@@STEP_LOG_LINE@python.inline@@@@", | 179 "@@@STEP_LOG_LINE@python.inline@@@@", |
142 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 180 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
143 "@@@STEP_LOG_LINE@python.inline@@@@", | 181 "@@@STEP_LOG_LINE@python.inline@@@@", |
144 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 182 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
145 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 183 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
165 }, | 203 }, |
166 "name": "gclient runhooks" | 204 "name": "gclient runhooks" |
167 }, | 205 }, |
168 { | 206 { |
169 "name": "$result", | 207 "name": "$result", |
170 "recipe_result": null, | 208 "recipe_result": null, |
171 "status_code": 0 | 209 "status_code": 0 |
172 } | 210 } |
173 ] | 211 ] |
OLD | NEW |