OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 6 "RECIPE_PACKAGE[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 ], |
11 "cwd": "[SLAVE_BUILD]", | 11 "cwd": "[SLAVE_BUILD]", |
12 "name": "gclient setup" | 12 "name": "gclient setup" |
13 }, | 13 }, |
14 { | 14 { |
15 "cmd": [ | 15 "cmd": [ |
16 "python", | 16 "python", |
17 "-u", | 17 "-u", |
18 "[DEPOT_TOOLS]/gclient.py", | 18 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
19 "sync", | 19 "sync", |
20 "--verbose", | 20 "--verbose", |
21 "--with_branch_heads", | 21 "--with_branch_heads", |
22 "--nohooks", | 22 "--nohooks", |
23 "-j8", | 23 "-j8", |
24 "--reset", | 24 "--reset", |
25 "--force", | 25 "--force", |
26 "--upstream", | 26 "--upstream", |
27 "--no-nag-max", | 27 "--no-nag-max", |
28 "--delete_unversioned_trees", | 28 "--delete_unversioned_trees", |
(...skipping 10 matching lines...) Expand all Loading... |
39 "@@@STEP_LOG_LINE@json.output@ }@@@", | 39 "@@@STEP_LOG_LINE@json.output@ }@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }@@@", | 40 "@@@STEP_LOG_LINE@json.output@ }@@@", |
41 "@@@STEP_LOG_LINE@json.output@}@@@", | 41 "@@@STEP_LOG_LINE@json.output@}@@@", |
42 "@@@STEP_LOG_END@json.output@@@" | 42 "@@@STEP_LOG_END@json.output@@@" |
43 ] | 43 ] |
44 }, | 44 }, |
45 { | 45 { |
46 "cmd": [ | 46 "cmd": [ |
47 "python", | 47 "python", |
48 "-u", | 48 "-u", |
49 "[DEPOT_TOOLS]/gclient.py", | 49 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
50 "recurse", | 50 "recurse", |
51 "git", | 51 "git", |
52 "config", | 52 "config", |
53 "user.name", | 53 "user.name", |
54 "local_bot" | 54 "local_bot" |
55 ], | 55 ], |
56 "cwd": "[SLAVE_BUILD]", | 56 "cwd": "[SLAVE_BUILD]", |
57 "name": "gclient recurse (git config user.name)" | 57 "name": "gclient recurse (git config user.name)" |
58 }, | 58 }, |
59 { | 59 { |
60 "cmd": [ | 60 "cmd": [ |
61 "python", | 61 "python", |
62 "-u", | 62 "-u", |
63 "[DEPOT_TOOLS]/gclient.py", | 63 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
64 "recurse", | 64 "recurse", |
65 "git", | 65 "git", |
66 "config", | 66 "config", |
67 "user.email", | 67 "user.email", |
68 "local_bot@example.com" | 68 "local_bot@example.com" |
69 ], | 69 ], |
70 "cwd": "[SLAVE_BUILD]", | 70 "cwd": "[SLAVE_BUILD]", |
71 "name": "gclient recurse (git config user.email)" | 71 "name": "gclient recurse (git config user.email)" |
72 }, | 72 }, |
73 { | 73 { |
74 "cmd": [ | 74 "cmd": [ |
75 "python", | 75 "python", |
76 "-u", | 76 "-u", |
77 "[DEPOT_TOOLS]/gclient.py", | 77 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
78 "config", | 78 "config", |
79 "--spec", | 79 "--spec", |
80 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': '
svn://svn.chromium.org/blink/trunk'}]" | 80 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': '
svn://svn.chromium.org/blink/trunk'}]" |
81 ], | 81 ], |
82 "cwd": "[SLAVE_BUILD]/src/third_party", | 82 "cwd": "[SLAVE_BUILD]/src/third_party", |
83 "name": "[spec: WebKit] gclient setup" | 83 "name": "[spec: WebKit] gclient setup" |
84 }, | 84 }, |
85 { | 85 { |
86 "cmd": [ | 86 "cmd": [ |
87 "python", | 87 "python", |
88 "-u", | 88 "-u", |
89 "[DEPOT_TOOLS]/gclient.py", | 89 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
90 "sync", | 90 "sync", |
91 "--nohooks", | 91 "--nohooks", |
92 "--force", | 92 "--force", |
93 "--verbose", | 93 "--verbose", |
94 "--delete_unversioned_trees", | 94 "--delete_unversioned_trees", |
95 "--with_branch_heads", | 95 "--with_branch_heads", |
96 "--revision", | 96 "--revision", |
97 "third_party/WebKit@123", | 97 "third_party/WebKit@123", |
98 "--output-json", | 98 "--output-json", |
99 "/path/to/tmp/json" | 99 "/path/to/tmp/json" |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 136 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
137 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 137 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
138 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 138 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
139 "@@@STEP_LOG_END@python.inline@@@" | 139 "@@@STEP_LOG_END@python.inline@@@" |
140 ] | 140 ] |
141 }, | 141 }, |
142 { | 142 { |
143 "cmd": [ | 143 "cmd": [ |
144 "python", | 144 "python", |
145 "-u", | 145 "-u", |
146 "[DEPOT_TOOLS]/gclient.py", | 146 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
147 "runhooks" | 147 "runhooks" |
148 ], | 148 ], |
149 "cwd": "[SLAVE_BUILD]", | 149 "cwd": "[SLAVE_BUILD]", |
150 "name": "gclient runhooks" | 150 "name": "gclient runhooks" |
151 }, | 151 }, |
152 { | 152 { |
153 "name": "$result", | 153 "name": "$result", |
154 "recipe_result": null, | 154 "recipe_result": null, |
155 "status_code": 0 | 155 "status_code": 0 |
156 } | 156 } |
157 ] | 157 ] |
OLD | NEW |