diff options
author | recipe-roller <recipe-roller@chromium.org> | 2018-07-30 15:31:07 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-07-30 22:52:47 +0000 |
commit | 946a162a5239d41b498e1658ca705db1b371ce73 (patch) | |
tree | 4776545630f77fedda1057c5e9a0174a92008805 /infra | |
parent | 9f7d4cd62a0bf201c65aa11498594b8c1dc17107 (diff) |
Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
https://crrev.com/b0e855a33353ca30a2ecb1c0e9084ca3ef26836a cq.cfg: remove cq_name. (tandrii@chromium.org)
recipe_engine:
https://crrev.com/f380be913d5228c211987895b5b65b44f82218c8 cq.cfg: remove cq_name. (tandrii@chromium.org)
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I827ad2228165cc35cd787bf3814c5f5b3df8ee1e
Reviewed-on: https://skia-review.googlesource.com/144441
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/config/recipes.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index a98ced2a4a..1949500745 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "d795ab891c157bcda542f9cab5375805a19af7b0", + "revision": "1aefad2a598268530e01aff1d32ef71fe1555617", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "36cdb3033498ecf5b5834dbc58eca2542164cbed", + "revision": "f380be913d5228c211987895b5b65b44f82218c8", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } }, |