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 12 matching lines...) Expand all Loading... |
41 "@@@STEP_LOG_LINE@json.output@ }@@@", | 41 "@@@STEP_LOG_LINE@json.output@ }@@@", |
42 "@@@STEP_LOG_LINE@json.output@ }@@@", | 42 "@@@STEP_LOG_LINE@json.output@ }@@@", |
43 "@@@STEP_LOG_LINE@json.output@}@@@", | 43 "@@@STEP_LOG_LINE@json.output@}@@@", |
44 "@@@STEP_LOG_END@json.output@@@" | 44 "@@@STEP_LOG_END@json.output@@@" |
45 ] | 45 ] |
46 }, | 46 }, |
47 { | 47 { |
48 "cmd": [ | 48 "cmd": [ |
49 "python", | 49 "python", |
50 "-u", | 50 "-u", |
51 "[DEPOT_TOOLS]/gclient.py", | 51 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
52 "recurse", | 52 "recurse", |
53 "git", | 53 "git", |
54 "config", | 54 "config", |
55 "user.name", | 55 "user.name", |
56 "local_bot" | 56 "local_bot" |
57 ], | 57 ], |
58 "cwd": "[SLAVE_BUILD]", | 58 "cwd": "[SLAVE_BUILD]", |
59 "name": "gclient recurse (git config user.name)" | 59 "name": "gclient recurse (git config user.name)" |
60 }, | 60 }, |
61 { | 61 { |
62 "cmd": [ | 62 "cmd": [ |
63 "python", | 63 "python", |
64 "-u", | 64 "-u", |
65 "[DEPOT_TOOLS]/gclient.py", | 65 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
66 "recurse", | 66 "recurse", |
67 "git", | 67 "git", |
68 "config", | 68 "config", |
69 "user.email", | 69 "user.email", |
70 "local_bot@example.com" | 70 "local_bot@example.com" |
71 ], | 71 ], |
72 "cwd": "[SLAVE_BUILD]", | 72 "cwd": "[SLAVE_BUILD]", |
73 "name": "gclient recurse (git config user.email)" | 73 "name": "gclient recurse (git config user.email)" |
74 }, | 74 }, |
75 { | 75 { |
76 "cmd": [ | 76 "cmd": [ |
77 "python", | 77 "python", |
78 "-u", | 78 "-u", |
79 "[DEPOT_TOOLS]/gclient.py", | 79 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
80 "config", | 80 "config", |
81 "--spec", | 81 "--spec", |
82 "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'}]" | 82 "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'}]" |
83 ], | 83 ], |
84 "cwd": "[SLAVE_BUILD]/src/third_party", | 84 "cwd": "[SLAVE_BUILD]/src/third_party", |
85 "name": "[spec: WebKit] gclient setup" | 85 "name": "[spec: WebKit] gclient setup" |
86 }, | 86 }, |
87 { | 87 { |
88 "cmd": [ | 88 "cmd": [ |
89 "python", | 89 "python", |
90 "-u", | 90 "-u", |
91 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 91 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
92 ".", | 92 ".", |
93 "[DEPOT_TOOLS]/gclient" | 93 "[DEPOT_TOOLS]/gclient" |
94 ], | 94 ], |
95 "cwd": "[SLAVE_BUILD]/src/third_party", | 95 "cwd": "[SLAVE_BUILD]/src/third_party", |
96 "name": "[spec: WebKit] gclient revert" | 96 "name": "[spec: WebKit] gclient revert" |
97 }, | 97 }, |
98 { | 98 { |
99 "cmd": [ | 99 "cmd": [ |
100 "python", | 100 "python", |
101 "-u", | 101 "-u", |
102 "[DEPOT_TOOLS]/gclient.py", | 102 "RECIPE_PACKAGE[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 "third_party/WebKit@123", | 110 "third_party/WebKit@123", |
111 "--output-json", | 111 "--output-json", |
112 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 149 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
150 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 150 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
151 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 151 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
152 "@@@STEP_LOG_END@python.inline@@@" | 152 "@@@STEP_LOG_END@python.inline@@@" |
153 ] | 153 ] |
154 }, | 154 }, |
155 { | 155 { |
156 "cmd": [ | 156 "cmd": [ |
157 "python", | 157 "python", |
158 "-u", | 158 "-u", |
159 "[DEPOT_TOOLS]/gclient.py", | 159 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
160 "runhooks" | 160 "runhooks" |
161 ], | 161 ], |
162 "cwd": "[SLAVE_BUILD]", | 162 "cwd": "[SLAVE_BUILD]", |
163 "name": "gclient runhooks" | 163 "name": "gclient runhooks" |
164 }, | 164 }, |
165 { | 165 { |
166 "name": "$result", | 166 "name": "$result", |
167 "recipe_result": null, | 167 "recipe_result": null, |
168 "status_code": 0 | 168 "status_code": 0 |
169 } | 169 } |
170 ] | 170 ] |
OLD | NEW |