aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar recipe-roller <recipe-roller@chromium.org>2017-05-16 14:47:19 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-16 22:12:44 +0000
commit065c580824b85dc6ec118ecae1a139ebc5bdecef (patch)
tree6b1a5565356ab157df02d3f5d9f689b479ebd73b /infra
parentf45e3d78a4660b4450a218926d70da4941359efe (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. build: https://crrev.com/88f0382b399586b171806af18ba0f88d46cf0a1e Add target_os=['fuchsia'] to fyi bot .gclient (scottmg@chromium.org) https://crrev.com/b9841c873eb172e8bc3522cc7c6984dad4f2e6ff Switch chromedriver and emulator recipes to devil provisioning. (jbudorick@chromium.org) https://crrev.com/83993d2461f62f12d0a64ffa45b4c22c15da9e04 [chromium_android] Deprecate detect_and_setup_devices. (jbudorick@chromium.org) https://crrev.com/0b92ca117dfab6ef5c78977c98c65803c828a5a2 Move --isolate file into the isolate root. (dnj@chromium.org) https://crrev.com/a1029142e5c37e0ca6ffa1c48681eea8e17c67e6 Update v8 rollers to not call pycurl (dnj@chromium.org) depot_tools: https://crrev.com/7f8c775571a15f7d9dc25fb59a3361b119eec117 Revert "gclient: return non-zero exit code on unknown command" (machenbach@chromium.org) https://crrev.com/90e958b3b882b4d0c4457f8c86398bbde10a5208 bot_update: set fake user.{name,email} when running rebase. (tandrii@chromium.org) https://crrev.com/052034967a2daf32bc718aa576e0fea8ead5a0b8 Modernize gclient-new-workdir.py by using argparse (wychen@chromium.org) https://crrev.com/704be878162e5e0f776d77b182f4969103aa886b Add reflink support for gclient-new-workdir.py (wychen@chromium.org) https://crrev.com/d105249ddaa338aa8b4d090646c05102f9169f3b Don't add WATCHLIST CCs on private CLs (agable@chromium.org) recipe_engine: https://crrev.com/3343170e687e1cfa402e70c6e90019f9f88f913f [package.py] prevent overriding undeclared repo dependency. (iannucci@chromium.org) https://crrev.com/c2d0f5d807793894df762930bc5d2729297658bf [bundle] do not include the main repo in the overrides. (iannucci@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I942ff7263b866b859b42cc94ec46a95bcd366335 Reviewed-on: https://skia-review.googlesource.com/17135 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.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index cd01b8b166..c68b8ec554 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -14,17 +14,17 @@
"deps": {
"build": {
"branch": "master",
- "revision": "25c9fdc7e7213be80307a1f6712c374028deb6c4",
+ "revision": "9da25e6342795ee0c8c1d9c155b224a7ffb06797",
"url": "https://chromium.googlesource.com/chromium/tools/build.git"
},
"depot_tools": {
"branch": "master",
- "revision": "99afc7e2d6e504720981373b9c5339d7d84d4e3e",
+ "revision": "141c5636d0f3228519a782184f9e4ae42d740283",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"recipe_engine": {
"branch": "master",
- "revision": "1a90c2644e03337ecfd91dd1e76a7c2713b42808",
+ "revision": "c2d0f5d807793894df762930bc5d2729297658bf",
"url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
}
},