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

Side by Side Diff: recipe_modules/gclient/example.expected/revision.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, 3 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 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 102 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
103 "sync", 103 "sync",
104 "--verbose",
105 "--with_branch_heads",
104 "--nohooks", 106 "--nohooks",
107 "-j8",
108 "--reset",
105 "--force", 109 "--force",
106 "--verbose", 110 "--upstream",
111 "--no-nag-max",
107 "--delete_unversioned_trees", 112 "--delete_unversioned_trees",
108 "--with_branch_heads",
109 "--revision", 113 "--revision",
110 "third_party/WebKit@123", 114 "third_party/WebKit@123",
111 "--output-json", 115 "--output-json",
112 "/path/to/tmp/json" 116 "/path/to/tmp/json"
113 ], 117 ],
114 "cwd": "[SLAVE_BUILD]/src/third_party", 118 "cwd": "[SLAVE_BUILD]/src/third_party",
115 "env": { 119 "env": {
116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
117 }, 121 },
118 "name": "[spec: WebKit] gclient sync", 122 "name": "[spec: WebKit] gclient sync",
119 "~followup_annotations": [ 123 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@json.output@{@@@", 124 "@@@STEP_LOG_LINE@json.output@{@@@",
121 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 125 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
122 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", 126 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@",
123 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", 127 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"3eebce6ea96f9e6c03e925 2a4f8ef2ea9fe141c2\"@@@",
124 "@@@STEP_LOG_LINE@json.output@ }, @@@", 128 "@@@STEP_LOG_LINE@json.output@ }, @@@",
125 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@",
126 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", 130 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e800497199d615131a76c d10651e74d7c8a0962\"@@@",
127 "@@@STEP_LOG_LINE@json.output@ }@@@", 131 "@@@STEP_LOG_LINE@json.output@ }@@@",
128 "@@@STEP_LOG_LINE@json.output@ }@@@", 132 "@@@STEP_LOG_LINE@json.output@ }@@@",
129 "@@@STEP_LOG_LINE@json.output@}@@@", 133 "@@@STEP_LOG_LINE@json.output@}@@@",
130 "@@@STEP_LOG_END@json.output@@@", 134 "@@@STEP_LOG_END@json.output@@@",
131 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@" 135 "@@@SET_BUILD_PROPERTY@got_blatley_revision@\"5e800497199d615131a76cd10651 e74d7c8a0962\"@@@"
132 ] 136 ]
133 }, 137 },
134 { 138 {
135 "cmd": [ 139 "cmd": [
136 "python", 140 "python",
137 "-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",
138 "\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",
139 "[SLAVE_BUILD]" 177 "[SLAVE_BUILD]"
140 ], 178 ],
141 "name": "cleanup index.lock", 179 "name": "cleanup index.lock",
142 "~followup_annotations": [ 180 "~followup_annotations": [
143 "@@@STEP_LOG_LINE@python.inline@@@@", 181 "@@@STEP_LOG_LINE@python.inline@@@@",
144 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 182 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
145 "@@@STEP_LOG_LINE@python.inline@@@@", 183 "@@@STEP_LOG_LINE@python.inline@@@@",
146 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", 184 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@",
147 "@@@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
166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
167 }, 205 },
168 "name": "gclient runhooks" 206 "name": "gclient runhooks"
169 }, 207 },
170 { 208 {
171 "name": "$result", 209 "name": "$result",
172 "recipe_result": null, 210 "recipe_result": null,
173 "status_code": 0 211 "status_code": 0
174 } 212 }
175 ] 213 ]
OLDNEW
« no previous file with comments | « recipe_modules/gclient/example.expected/basic.json ('k') | recipe_modules/gclient/example.expected/tryserver.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698