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

Side by Side Diff: DEPS

Issue 1364983002: Add CIPD binary installation to DEPS runhooks. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Use "cipd_package_root/" instead of "bin/", better class grouping. Created 5 years, 2 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 vars = { 1 vars = {
2 # npm_modules.git is special: we can't check it out on Windows because paths 2 # npm_modules.git is special: we can't check it out on Windows because paths
3 # there are too long for Windows. Instead we use 'deps_os' gclient feature to 3 # there are too long for Windows. Instead we use 'deps_os' gclient feature to
4 # checkout it out only on Linux and Mac. 4 # checkout it out only on Linux and Mac.
5 "npm_modules_revision": "2c5e24a5e2b6b7ddd8c1e49fe732c72da1fdcb3c", 5 "npm_modules_revision": "2c5e24a5e2b6b7ddd8c1e49fe732c72da1fdcb3c",
6 } 6 }
7 7
8 deps = { 8 deps = {
9 "build": 9 "build":
10 "https://chromium.googlesource.com/chromium/tools/build.git", 10 "https://chromium.googlesource.com/chromium/tools/build.git",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "pattern": ".", 138 "pattern": ".",
139 "action": [ 139 "action": [
140 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.", 140 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.",
141 "--go", 141 "--go",
142 ], 142 ],
143 # extract in go_appengine/ 143 # extract in go_appengine/
144 }, 144 },
145 { 145 {
146 "pattern": ".", 146 "pattern": ".",
147 "action": [ 147 "action": [
148 "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v",
149 ],
150 },
151 {
152 "pattern": ".",
153 "action": [
148 "download_from_google_storage", 154 "download_from_google_storage",
149 "--bucket", "chromium-infra", 155 "--bucket", "chromium-infra",
150 "--recursive", 156 "--recursive",
151 "--directory", 157 "--directory",
152 "infra/appengine/milo" 158 "infra/appengine/milo"
153 ] 159 ]
154 } 160 }
155 ] 161 ]
156 162
157 recursedeps = ['build'] 163 recursedeps = ['build']
OLDNEW
« .gitignore ('K') | « .gitignore ('k') | bootstrap/cipd/cipd_linux_amd64.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698