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

Side by Side Diff: recipe_modules/gclient/example.expected/tryserver.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
« no previous file with comments | « recipe_modules/gclient/example.expected/revision.json ('k') | tests/gclient_scm_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
(...skipping 10 matching lines...) Expand all
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
114 "sync", 114 "sync",
115 "--nohooks", 115 "--nohooks",
116 "--force", 116 "--force",
117 "--verbose", 117 "--verbose",
118 "--delete_unversioned_trees", 118 "--delete_unversioned_trees",
119 "--with_branch_heads", 119 "--with_branch_heads",
120 "--revision", 120 "--revision",
121 "WebKit@HEAD",
122 "--revision",
123 "third_party/WebKit@123", 121 "third_party/WebKit@123",
124 "--output-json", 122 "--output-json",
125 "/path/to/tmp/json" 123 "/path/to/tmp/json"
126 ], 124 ],
127 "cwd": "[SLAVE_BUILD]/src/third_party", 125 "cwd": "[SLAVE_BUILD]/src/third_party",
128 "env": { 126 "env": {
129 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
130 }, 128 },
131 "name": "[spec: WebKit] gclient sync", 129 "name": "[spec: WebKit] gclient sync",
132 "~followup_annotations": [ 130 "~followup_annotations": [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
180 }, 178 },
181 "name": "gclient runhooks" 179 "name": "gclient runhooks"
182 }, 180 },
183 { 181 {
184 "name": "$result", 182 "name": "$result",
185 "recipe_result": null, 183 "recipe_result": null,
186 "status_code": 0 184 "status_code": 0
187 } 185 }
188 ] 186 ]
OLDNEW
« no previous file with comments | « recipe_modules/gclient/example.expected/revision.json ('k') | tests/gclient_scm_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698