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

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

Issue 1915033006: Revert of Reland of depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Remove recipes.cfg ? Created 4 years, 7 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 }, 82 },
83 "name": "gclient recurse (git config user.email)" 83 "name": "gclient recurse (git config user.email)"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 89 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
90 "config", 90 "config",
91 "--spec", 91 "--spec",
92 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status .appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]" 92 "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'}]"
93 ], 93 ],
94 "cwd": "[CWD]/src/third_party", 94 "cwd": "[SLAVE_BUILD]/src/third_party",
95 "env": { 95 "env": {
96 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 96 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
97 }, 97 },
98 "name": "[spec: WebKit] gclient setup" 98 "name": "[spec: WebKit] gclient setup"
99 }, 99 },
100 { 100 {
101 "cmd": [ 101 "cmd": [
102 "python", 102 "python",
103 "-u", 103 "-u",
104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
105 "sync", 105 "sync",
106 "--nohooks", 106 "--nohooks",
107 "--force", 107 "--force",
108 "--verbose", 108 "--verbose",
109 "--delete_unversioned_trees", 109 "--delete_unversioned_trees",
110 "--with_branch_heads", 110 "--with_branch_heads",
111 "--revision", 111 "--revision",
112 "third_party/WebKit@123", 112 "third_party/WebKit@123",
113 "--output-json", 113 "--output-json",
114 "/path/to/tmp/json" 114 "/path/to/tmp/json"
115 ], 115 ],
116 "cwd": "[CWD]/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: WebKit] 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@ \"WebKit/\": {@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", 125 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@",
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\": 248087@@@", 128 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@",
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@248087@@@" 133 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@"
134 ] 134 ]
135 }, 135 },
136 { 136 {
137 "cmd": [ 137 "cmd": [
138 "python", 138 "python",
139 "-u", 139 "-u",
140 "\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", 140 "\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",
141 "[CWD]" 141 "[SLAVE_BUILD]"
142 ], 142 ],
143 "cwd": "[SLAVE_BUILD]", 143 "cwd": "[SLAVE_BUILD]",
144 "name": "cleanup index.lock", 144 "name": "cleanup index.lock",
145 "~followup_annotations": [ 145 "~followup_annotations": [
146 "@@@STEP_LOG_LINE@python.inline@@@@", 146 "@@@STEP_LOG_LINE@python.inline@@@@",
147 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 147 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
148 "@@@STEP_LOG_LINE@python.inline@@@@", 148 "@@@STEP_LOG_LINE@python.inline@@@@",
149 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", 149 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@",
150 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", 150 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@",
151 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_ path):@@@", 151 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_ path):@@@",
(...skipping 17 matching lines...) Expand all
169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
170 }, 170 },
171 "name": "gclient runhooks" 171 "name": "gclient runhooks"
172 }, 172 },
173 { 173 {
174 "name": "$result", 174 "name": "$result",
175 "recipe_result": null, 175 "recipe_result": null,
176 "status_code": 0 176 "status_code": 0
177 } 177 }
178 ] 178 ]
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