commit | 7c72d89f5d2876dfe29566e57bc03db600885362 | [log] [tgz] |
---|---|---|
author | chromium-autoroll <[email protected]> | Mon Jan 10 17:41:34 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Jan 10 17:41:34 2022 |
tree | b4ada51a2ad03b61428a3c6ce082d846003529a8 | |
parent | 9e46598d02e113e36ad7f7559d74521694d92738 [diff] [blame] |
Roll Chromite from d0f153018993 to 89b58730aff4 (4 revisions) https://chromium.googlesource.com/chromiumos/chromite.git/+log/d0f153018993..89b58730aff4 2022-01-07 [email protected] packages: Handle error on no chromeos-firmwareupdate 2022-01-07 [email protected] build_target_lib: Add BuildTarget.is_host() method to id host target. 2022-01-07 [email protected] controller/sysroot_unittest: Write logs to tempdir 2022-01-07 [email protected] contrib: add script to cr/cq zephyr downsteam cls If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: [email protected] Change-Id: I54dfb1b3cc9de86df1c93a933e71be32f94aa203 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3377787 Commit-Queue: chromium-autoroll <[email protected]> Bot-Commit: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/main@{#957099}
diff --git a/DEPS b/DEPS index 040dbe4..902c14b 100644 --- a/DEPS +++ b/DEPS
@@ -1024,7 +1024,7 @@ # Tools used when building Chrome for Chrome OS. This affects both the Simple # Chrome workflow, as well as the chromeos-chrome ebuild. 'src/third_party/chromite': { - 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'd0f15301899309b439cf5710ef2752f8075d4dc3', + 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '89b58730aff41923385b8ae22082e9161c1d3c28', 'condition': 'checkout_chromeos', },