Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: recipe_modules/gclient/example.expected/tryserver.json

Issue 2270083004: Default gclient's GIT_MODE to True (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: A slightly gentler hand with pragmas Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]" 90 "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'}]"
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 "[BUILD]/scripts/slave/gclient_safe_revert.py",
103 ".",
104 "[DEPOT_TOOLS]/gclient"
105 ],
106 "cwd": "[SLAVE_BUILD]/src/third_party",
107 "name": "[spec: WebKit] gclient revert"
108 },
109 {
110 "cmd": [
111 "python",
112 "-u",
113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 102 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
114 "sync", 103 "sync",
104 "--verbose",
105 "--with_branch_heads",
115 "--nohooks", 106 "--nohooks",
107 "-j8",
108 "--reset",
116 "--force", 109 "--force",
117 "--verbose", 110 "--upstream",
111 "--no-nag-max",
118 "--delete_unversioned_trees", 112 "--delete_unversioned_trees",
119 "--with_branch_heads",
120 "--revision", 113 "--revision",
121 "third_party/WebKit@123", 114 "third_party/WebKit@123",
122 "--output-json", 115 "--output-json",
123 "/path/to/tmp/json" 116 "/path/to/tmp/json"
124 ], 117 ],
125 "cwd": "[SLAVE_BUILD]/src/third_party", 118 "cwd": "[SLAVE_BUILD]/src/third_party",
126 "env": { 119 "env": {
127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
128 }, 121 },
129 "name": "[spec: WebKit] gclient sync", 122 "name": "[spec: WebKit] gclient sync",
130 "~followup_annotations": [ 123 "~followup_annotations": [
131 "@@@STEP_LOG_LINE@json.output@{@@@", 124 "@@@STEP_LOG_LINE@json.output@{@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 125 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
133 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", 126 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@",
134 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", 127 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"3eebce6ea96f9e6c03e925 2a4f8ef2ea9fe141c2\"@@@",
135 "@@@STEP_LOG_LINE@json.output@ }, @@@", 128 "@@@STEP_LOG_LINE@json.output@ }, @@@",
136 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", 130 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e800497199d615131a76c d10651e74d7c8a0962\"@@@",
138 "@@@STEP_LOG_LINE@json.output@ }@@@", 131 "@@@STEP_LOG_LINE@json.output@ }@@@",
139 "@@@STEP_LOG_LINE@json.output@ }@@@", 132 "@@@STEP_LOG_LINE@json.output@ }@@@",
140 "@@@STEP_LOG_LINE@json.output@}@@@", 133 "@@@STEP_LOG_LINE@json.output@}@@@",
141 "@@@STEP_LOG_END@json.output@@@", 134 "@@@STEP_LOG_END@json.output@@@",
142 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@" 135 "@@@SET_BUILD_PROPERTY@got_blatley_revision@\"5e800497199d615131a76cd10651 e74d7c8a0962\"@@@"
143 ] 136 ]
144 }, 137 },
145 { 138 {
146 "cmd": [ 139 "cmd": [
147 "python", 140 "python",
148 "-u", 141 "-u",
142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
143 "recurse",
144 "git",
145 "config",
146 "user.name",
147 "local_bot"
148 ],
149 "cwd": "[SLAVE_BUILD]/src/third_party",
150 "env": {
151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
152 },
153 "name": "[spec: WebKit] gclient recurse (git config user.name)"
154 },
155 {
156 "cmd": [
157 "python",
158 "-u",
159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
160 "recurse",
161 "git",
162 "config",
163 "user.email",
164 "local_bot@example.com"
165 ],
166 "cwd": "[SLAVE_BUILD]/src/third_party",
167 "env": {
168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
169 },
170 "name": "[spec: WebKit] gclient recurse (git config user.email)"
171 },
172 {
173 "cmd": [
174 "python",
175 "-u",
149 "\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", 176 "\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",
150 "[SLAVE_BUILD]" 177 "[SLAVE_BUILD]"
151 ], 178 ],
152 "name": "cleanup index.lock", 179 "name": "cleanup index.lock",
153 "~followup_annotations": [ 180 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@python.inline@@@@", 181 "@@@STEP_LOG_LINE@python.inline@@@@",
155 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 182 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
156 "@@@STEP_LOG_LINE@python.inline@@@@", 183 "@@@STEP_LOG_LINE@python.inline@@@@",
157 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", 184 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@",
158 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", 185 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@",
(...skipping 18 matching lines...) Expand all
177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
178 }, 205 },
179 "name": "gclient runhooks" 206 "name": "gclient runhooks"
180 }, 207 },
181 { 208 {
182 "name": "$result", 209 "name": "$result",
183 "recipe_result": null, 210 "recipe_result": null,
184 "status_code": 0 211 "status_code": 0
185 } 212 }
186 ] 213 ]
OLDNEW
« no previous file with comments | « recipe_modules/gclient/example.expected/revision.json ('k') | recipe_modules/gclient/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698