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

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

Issue 2162583004: Revert "Remove all safesync_url functionality from gclient" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 5 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 | Annotate | Revision Log
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', 'managed': True, 'name': 'WebKit', 'url': 'svn://svn.chromium.org/blink/trunk'}]" 88 "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'}]"
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: WebKit] gclient setup"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
165 }, 165 },
166 "name": "gclient runhooks" 166 "name": "gclient runhooks"
167 }, 167 },
168 { 168 {
169 "name": "$result", 169 "name": "$result",
170 "recipe_result": null, 170 "recipe_result": null,
171 "status_code": 0 171 "status_code": 0
172 } 172 }
173 ] 173 ]
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