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

Side by Side Diff: DEPS

Issue 2225073005: Roll infra/luci/ 42b792562..fe9ca9b86 (14 commits). (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "029f11ae7e3189fd57f7764b4bb43d0900e16c92", 5 "npm_modules_revision": "029f11ae7e3189fd57f7764b4bb43d0900e16c92",
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",
11 11
12 "infra/luci": 12 "infra/luci":
13 ("https://chromium.googlesource.com/external/github.com/luci/luci-py" 13 ("https://chromium.googlesource.com/external/github.com/luci/luci-py"
14 "@42b792562b6445d315416c6e306d24a71fa3626d"), 14 "@fe9ca9b86035f5cb6d28e3c92b80d20b808ca0f7"),
15 15
16 # This unpinned dependency is present because it is used by the trybots for 16 # This unpinned dependency is present because it is used by the trybots for
17 # the recipes-py repo; They check out infra with this at HEAD, and then apply 17 # the recipes-py repo; They check out infra with this at HEAD, and then apply
18 # the patch to it and run verifications within that copy of the repo. They 18 # the patch to it and run verifications within that copy of the repo. They
19 # piggyback on top of infra in order to take advantage of it's precompiled 19 # piggyback on top of infra in order to take advantage of it's precompiled
20 # version of python-coverage. 20 # version of python-coverage.
21 "infra/recipes-py": 21 "infra/recipes-py":
22 ("https://chromium.googlesource.com/external/github.com/luci/recipes-py" 22 ("https://chromium.googlesource.com/external/github.com/luci/recipes-py"
23 "@origin/master"), 23 "@origin/master"),
24 24
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 }, 145 },
146 { 146 {
147 "pattern": ".", 147 "pattern": ".",
148 "action": [ 148 "action": [
149 "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v", 149 "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v",
150 ], 150 ],
151 }, 151 },
152 ] 152 ]
153 153
154 recursedeps = ['build'] 154 recursedeps = ['build']
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698