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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 }, | 84 }, |
85 "name": "gclient recurse (git config user.email)" | 85 "name": "gclient recurse (git config user.email)" |
86 }, | 86 }, |
87 { | 87 { |
88 "cmd": [ | 88 "cmd": [ |
89 "python", | 89 "python", |
90 "-u", | 90 "-u", |
91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
92 "config", | 92 "config", |
93 "--spec", | 93 "--spec", |
94 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status
.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]" | 94 "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'}]" |
95 ], | 95 ], |
96 "cwd": "[CWD]/src/third_party", | 96 "cwd": "[SLAVE_BUILD]/src/third_party", |
97 "env": { | 97 "env": { |
98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
99 }, | 99 }, |
100 "name": "[spec: WebKit] gclient setup" | 100 "name": "[spec: WebKit] gclient setup" |
101 }, | 101 }, |
102 { | 102 { |
103 "cmd": [ | 103 "cmd": [ |
104 "python", | 104 "python", |
105 "-u", | 105 "-u", |
106 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", | 106 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
107 ".", | 107 ".", |
108 "[ROOT]/b/depot_tools/gclient" | 108 "[DEPOT_TOOLS]/gclient" |
109 ], | 109 ], |
110 "cwd": "[CWD]/src/third_party", | 110 "cwd": "[SLAVE_BUILD]/src/third_party", |
111 "name": "[spec: WebKit] gclient revert" | 111 "name": "[spec: WebKit] gclient revert" |
112 }, | 112 }, |
113 { | 113 { |
114 "cmd": [ | 114 "cmd": [ |
115 "python", | 115 "python", |
116 "-u", | 116 "-u", |
117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
118 "sync", | 118 "sync", |
119 "--nohooks", | 119 "--nohooks", |
120 "--force", | 120 "--force", |
121 "--verbose", | 121 "--verbose", |
122 "--delete_unversioned_trees", | 122 "--delete_unversioned_trees", |
123 "--with_branch_heads", | 123 "--with_branch_heads", |
124 "--revision", | 124 "--revision", |
125 "third_party/WebKit@123", | 125 "third_party/WebKit@123", |
126 "--output-json", | 126 "--output-json", |
127 "/path/to/tmp/json" | 127 "/path/to/tmp/json" |
128 ], | 128 ], |
129 "cwd": "[CWD]/src/third_party", | 129 "cwd": "[SLAVE_BUILD]/src/third_party", |
130 "env": { | 130 "env": { |
131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
132 }, | 132 }, |
133 "name": "[spec: WebKit] gclient sync", | 133 "name": "[spec: WebKit] gclient sync", |
134 "~followup_annotations": [ | 134 "~followup_annotations": [ |
135 "@@@STEP_LOG_LINE@json.output@{@@@", | 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
136 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
137 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", |
138 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", |
139 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 139 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
140 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", |
141 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", | 141 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", |
142 "@@@STEP_LOG_LINE@json.output@ }@@@", | 142 "@@@STEP_LOG_LINE@json.output@ }@@@", |
143 "@@@STEP_LOG_LINE@json.output@ }@@@", | 143 "@@@STEP_LOG_LINE@json.output@ }@@@", |
144 "@@@STEP_LOG_LINE@json.output@}@@@", | 144 "@@@STEP_LOG_LINE@json.output@}@@@", |
145 "@@@STEP_LOG_END@json.output@@@", | 145 "@@@STEP_LOG_END@json.output@@@", |
146 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@" | 146 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@" |
147 ] | 147 ] |
148 }, | 148 }, |
149 { | 149 { |
150 "cmd": [ | 150 "cmd": [ |
151 "python", | 151 "python", |
152 "-u", | 152 "-u", |
153 "\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", | 153 "\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", |
154 "[CWD]" | 154 "[SLAVE_BUILD]" |
155 ], | 155 ], |
156 "cwd": "[SLAVE_BUILD]", | 156 "cwd": "[SLAVE_BUILD]", |
157 "name": "cleanup index.lock", | 157 "name": "cleanup index.lock", |
158 "~followup_annotations": [ | 158 "~followup_annotations": [ |
159 "@@@STEP_LOG_LINE@python.inline@@@@", | 159 "@@@STEP_LOG_LINE@python.inline@@@@", |
160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
161 "@@@STEP_LOG_LINE@python.inline@@@@", | 161 "@@@STEP_LOG_LINE@python.inline@@@@", |
162 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 162 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
164 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
183 }, | 183 }, |
184 "name": "gclient runhooks" | 184 "name": "gclient runhooks" |
185 }, | 185 }, |
186 { | 186 { |
187 "name": "$result", | 187 "name": "$result", |
188 "recipe_result": null, | 188 "recipe_result": null, |
189 "status_code": 0 | 189 "status_code": 0 |
190 } | 190 } |
191 ] | 191 ] |
OLD | NEW |