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

Side by Side Diff: recipe_modules/gclient/example.expected/revision.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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 }, 84 },
85 "name": "gclient recurse (git config user.email)" 85 "name": "gclient recurse (git config user.email)"
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "python", 89 "python",
90 "-u", 90 "-u",
91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
92 "config", 92 "config",
93 "--spec", 93 "--spec",
94 "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'}]" 94 "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'}]"
95 ], 95 ],
96 "cwd": "[CWD]/src/third_party", 96 "cwd": "[SLAVE_BUILD]/src/third_party",
97 "env": { 97 "env": {
98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
99 }, 99 },
100 "name": "[spec: WebKit] gclient setup" 100 "name": "[spec: WebKit] gclient setup"
101 }, 101 },
102 { 102 {
103 "cmd": [ 103 "cmd": [
104 "python", 104 "python",
105 "-u", 105 "-u",
106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
107 "sync", 107 "sync",
108 "--nohooks", 108 "--nohooks",
109 "--force", 109 "--force",
110 "--verbose", 110 "--verbose",
111 "--delete_unversioned_trees", 111 "--delete_unversioned_trees",
112 "--with_branch_heads", 112 "--with_branch_heads",
113 "--revision", 113 "--revision",
114 "third_party/WebKit@123", 114 "third_party/WebKit@123",
115 "--output-json", 115 "--output-json",
116 "/path/to/tmp/json" 116 "/path/to/tmp/json"
117 ], 117 ],
118 "cwd": "[CWD]/src/third_party", 118 "cwd": "[SLAVE_BUILD]/src/third_party",
119 "env": { 119 "env": {
120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
121 }, 121 },
122 "name": "[spec: WebKit] gclient sync", 122 "name": "[spec: WebKit] gclient sync",
123 "~followup_annotations": [ 123 "~followup_annotations": [
124 "@@@STEP_LOG_LINE@json.output@{@@@", 124 "@@@STEP_LOG_LINE@json.output@{@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 125 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
126 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", 126 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@",
127 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", 127 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@",
128 "@@@STEP_LOG_LINE@json.output@ }, @@@", 128 "@@@STEP_LOG_LINE@json.output@ }, @@@",
129 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@",
130 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", 130 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@",
131 "@@@STEP_LOG_LINE@json.output@ }@@@", 131 "@@@STEP_LOG_LINE@json.output@ }@@@",
132 "@@@STEP_LOG_LINE@json.output@ }@@@", 132 "@@@STEP_LOG_LINE@json.output@ }@@@",
133 "@@@STEP_LOG_LINE@json.output@}@@@", 133 "@@@STEP_LOG_LINE@json.output@}@@@",
134 "@@@STEP_LOG_END@json.output@@@", 134 "@@@STEP_LOG_END@json.output@@@",
135 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@" 135 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@"
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
141 "-u", 141 "-u",
142 "\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", 142 "\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",
143 "[CWD]" 143 "[SLAVE_BUILD]"
144 ], 144 ],
145 "cwd": "[SLAVE_BUILD]", 145 "cwd": "[SLAVE_BUILD]",
146 "name": "cleanup index.lock", 146 "name": "cleanup index.lock",
147 "~followup_annotations": [ 147 "~followup_annotations": [
148 "@@@STEP_LOG_LINE@python.inline@@@@", 148 "@@@STEP_LOG_LINE@python.inline@@@@",
149 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 149 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
150 "@@@STEP_LOG_LINE@python.inline@@@@", 150 "@@@STEP_LOG_LINE@python.inline@@@@",
151 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", 151 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@",
152 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", 152 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@",
153 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_ path):@@@", 153 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_ path):@@@",
(...skipping 17 matching lines...) Expand all
171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
172 }, 172 },
173 "name": "gclient runhooks" 173 "name": "gclient runhooks"
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
« 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