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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.json

Issue 2287203004: Roll recipe dependencies (nontrivial). (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 = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.c hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client /trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk it_trunk': 'https://chromium.googlesource.com/chromium/blink.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror. golo.chromium.org/dart/branches/bleeding_edge/deps/dartium.deps'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org'}, 'deps_file': '.DEPS.git', 'managed': True , 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/dart/branch es/bleeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
11 "env": { 11 "env": {
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
13 }, 13 },
14 "name": "gclient setup" 14 "name": "gclient setup"
15 }, 15 },
16 { 16 {
17 "cmd": [ 17 "cmd": [
18 "python", 18 "python",
19 "-u", 19 "-u",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "12345" 171 "12345"
172 ], 172 ],
173 "name": "archive_build" 173 "name": "archive_build"
174 }, 174 },
175 { 175 {
176 "name": "$result", 176 "name": "$result",
177 "recipe_result": null, 177 "recipe_result": null,
178 "status_code": 0 178 "status_code": 0
179 } 179 }
180 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698