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

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

Issue 2318843002: Remove svn from gclient recipe module example (Closed)
Patch Set: 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }, 78 },
79 "name": "gclient recurse (git config user.email)" 79 "name": "gclient recurse (git config user.email)"
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
86 "config", 86 "config",
87 "--spec", 87 "--spec",
88 "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'}]" 88 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angl e.git'}]"
89 ], 89 ],
90 "cwd": "[SLAVE_BUILD]/src/third_party", 90 "cwd": "[SLAVE_BUILD]/src/third_party",
91 "env": { 91 "env": {
92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
93 }, 93 },
94 "name": "[spec: WebKit] gclient setup" 94 "name": "[spec: Angle] gclient setup"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 100 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
101 "sync", 101 "sync",
102 "--verbose", 102 "--verbose",
103 "--with_branch_heads", 103 "--with_branch_heads",
104 "--nohooks", 104 "--nohooks",
105 "-j8", 105 "-j8",
106 "--reset", 106 "--reset",
107 "--force", 107 "--force",
108 "--upstream", 108 "--upstream",
109 "--no-nag-max", 109 "--no-nag-max",
110 "--delete_unversioned_trees", 110 "--delete_unversioned_trees",
111 "--revision", 111 "--revision",
112 "third_party/WebKit@123", 112 "src/third_party/angle@refs/heads/lkgr",
113 "--output-json", 113 "--output-json",
114 "/path/to/tmp/json" 114 "/path/to/tmp/json"
115 ], 115 ],
116 "cwd": "[SLAVE_BUILD]/src/third_party", 116 "cwd": "[SLAVE_BUILD]/src/third_party",
117 "env": { 117 "env": {
118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
119 }, 119 },
120 "name": "[spec: WebKit] gclient sync", 120 "name": "[spec: Angle] gclient sync",
121 "~followup_annotations": [ 121 "~followup_annotations": [
122 "@@@STEP_LOG_LINE@json.output@{@@@", 122 "@@@STEP_LOG_LINE@json.output@{@@@",
123 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 123 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
124 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", 124 "@@@STEP_LOG_LINE@json.output@ \"Angle/\": {@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"3eebce6ea96f9e6c03e925 2a4f8ef2ea9fe141c2\"@@@", 125 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"1fd70473fb3de634b409d4 acaf49ffc1f90aae1f\"@@@",
126 "@@@STEP_LOG_LINE@json.output@ }, @@@", 126 "@@@STEP_LOG_LINE@json.output@ }, @@@",
127 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", 127 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e800497199d615131a76c d10651e74d7c8a0962\"@@@", 128 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e800497199d615131a76c d10651e74d7c8a0962\"@@@",
129 "@@@STEP_LOG_LINE@json.output@ }@@@", 129 "@@@STEP_LOG_LINE@json.output@ }@@@",
130 "@@@STEP_LOG_LINE@json.output@ }@@@", 130 "@@@STEP_LOG_LINE@json.output@ }@@@",
131 "@@@STEP_LOG_LINE@json.output@}@@@", 131 "@@@STEP_LOG_LINE@json.output@}@@@",
132 "@@@STEP_LOG_END@json.output@@@", 132 "@@@STEP_LOG_END@json.output@@@",
133 "@@@SET_BUILD_PROPERTY@got_blatley_revision@\"5e800497199d615131a76cd10651 e74d7c8a0962\"@@@" 133 "@@@SET_BUILD_PROPERTY@got_blatley_revision@\"5e800497199d615131a76cd10651 e74d7c8a0962\"@@@"
134 ] 134 ]
135 }, 135 },
136 { 136 {
137 "cmd": [ 137 "cmd": [
138 "python", 138 "python",
139 "-u", 139 "-u",
140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
141 "recurse", 141 "recurse",
142 "git", 142 "git",
143 "config", 143 "config",
144 "user.name", 144 "user.name",
145 "local_bot" 145 "local_bot"
146 ], 146 ],
147 "cwd": "[SLAVE_BUILD]/src/third_party", 147 "cwd": "[SLAVE_BUILD]/src/third_party",
148 "env": { 148 "env": {
149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
150 }, 150 },
151 "name": "[spec: WebKit] gclient recurse (git config user.name)" 151 "name": "[spec: Angle] gclient recurse (git config user.name)"
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 157 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
158 "recurse", 158 "recurse",
159 "git", 159 "git",
160 "config", 160 "config",
161 "user.email", 161 "user.email",
162 "local_bot@example.com" 162 "local_bot@example.com"
163 ], 163 ],
164 "cwd": "[SLAVE_BUILD]/src/third_party", 164 "cwd": "[SLAVE_BUILD]/src/third_party",
165 "env": { 165 "env": {
166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
167 }, 167 },
168 "name": "[spec: WebKit] gclient recurse (git config user.email)" 168 "name": "[spec: Angle] gclient recurse (git config user.email)"
169 }, 169 },
170 { 170 {
171 "cmd": [ 171 "cmd": [
172 "python", 172 "python",
173 "-u", 173 "-u",
174 "\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", 174 "\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",
175 "[SLAVE_BUILD]" 175 "[SLAVE_BUILD]"
176 ], 176 ],
177 "name": "cleanup index.lock", 177 "name": "cleanup index.lock",
178 "~followup_annotations": [ 178 "~followup_annotations": [
(...skipping 23 matching lines...) Expand all
202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
203 }, 203 },
204 "name": "gclient runhooks" 204 "name": "gclient runhooks"
205 }, 205 },
206 { 206 {
207 "name": "$result", 207 "name": "$result",
208 "recipe_result": null, 208 "recipe_result": null,
209 "status_code": 0 209 "status_code": 0
210 } 210 }
211 ] 211 ]
OLDNEW
« no previous file with comments | « recipe_modules/gclient/example.py ('k') | recipe_modules/gclient/example.expected/revision.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698