aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar recipe-roller <recipe-roller@chromium.org>2017-06-13 12:01:46 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-13 19:22:45 +0000
commit40c18cb2a1c1dcf9768da2d2404f08a6997fdbb1 (patch)
tree5d95fcfab47e72faab4c2ef64161688b325cbda6 /infra
parentf046594d82b84bf96c18f6fd0cb14c16bd3b8708 (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/ebebd952d73a242bea0154702974b05f50aee78e autoninja - ninja wrapper to make goma easier (brucedawson@chromium.org) https://crrev.com/d7e6ea67db02f96d1787c94de9e7bd6f275cbb48 Fix bug in bug handling code in packaging script (brucedawson@chromium.org) https://crrev.com/cd788e3e142f8faaafb250199ec57ef10005bd41 gclient flatten: use original dependencies, before deps_os kicks in (phajdan.jr@chromium.org) https://crrev.com/4426eaf22824463173d726d626d8e45065d8dcce gclient flatten: fix an issue with custom_deps (phajdan.jr@chromium.org) recipe_engine: https://crrev.com/264e3cab40de2ee04e33850810188e20d249f9d2 [step] Remove config indirection. (dnj@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic8817037d57b3e70707c61219590e724d7771382 Reviewed-on: https://skia-review.googlesource.com/19700 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.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 4afa0fc69b..9e0d35dcc4 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -14,12 +14,12 @@
"deps": {
"depot_tools": {
"branch": "master",
- "revision": "1de920efedfcbd46f9e20bca6ddd4c6c36f8d731",
+ "revision": "e7b392f6c14231272b3ef66638ba453f19055945",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"recipe_engine": {
"branch": "master",
- "revision": "cfff93afa16e61285e295d49f6aa2ba64642f330",
+ "revision": "264e3cab40de2ee04e33850810188e20d249f9d2",
"url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
}
},