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

Side by Side Diff: recipe_modules/gclient/example.expected/revision.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 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', 'url': 'svn://svn.chromium.org/blink/trunk'}]" 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'}]"
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 "--nohooks", 104 "--nohooks",
105 "--force", 105 "--force",
106 "--verbose", 106 "--verbose",
107 "--delete_unversioned_trees", 107 "--delete_unversioned_trees",
108 "--with_branch_heads", 108 "--with_branch_heads",
109 "--revision", 109 "--revision",
110 "WebKit@abc",
111 "--revision",
112 "third_party/WebKit@123", 110 "third_party/WebKit@123",
113 "--output-json", 111 "--output-json",
114 "/path/to/tmp/json" 112 "/path/to/tmp/json"
115 ], 113 ],
116 "cwd": "[SLAVE_BUILD]/src/third_party", 114 "cwd": "[SLAVE_BUILD]/src/third_party",
117 "env": { 115 "env": {
118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
119 }, 117 },
120 "name": "[spec: WebKit] gclient sync", 118 "name": "[spec: WebKit] gclient sync",
121 "~followup_annotations": [ 119 "~followup_annotations": [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
169 }, 167 },
170 "name": "gclient runhooks" 168 "name": "gclient runhooks"
171 }, 169 },
172 { 170 {
173 "name": "$result", 171 "name": "$result",
174 "recipe_result": null, 172 "recipe_result": null,
175 "status_code": 0 173 "status_code": 0
176 } 174 }
177 ] 175 ]
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