commit | e603a07d166f81e616f45774a398f3294ac5e03c | [log] [tgz] |
---|---|---|
author | chromium-autoroll <[email protected]> | Fri Oct 29 17:55:13 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Oct 29 17:55:13 2021 |
tree | fd9ce4b5a9a9a00d0a63aa5e6ee52e0d82c01ed4 | |
parent | c06905626505c660eabcaf00fe5f66a78de02597 [diff] [blame] |
Roll Chromite from a9868636f644 to 9bc68a2d46cf (1 revision) https://chromium.googlesource.com/chromiumos/chromite.git/+log/a9868636f644..9bc68a2d46cf 2021-10-29 [email protected] kernel_builder_unittest: Fix hanging indent 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: If3477e5753196e8c88be97ad4c4d649a87835f24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3252331 Commit-Queue: chromium-autoroll <[email protected]> Bot-Commit: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/main@{#936464}
diff --git a/DEPS b/DEPS index de907d3..74f5aa1 100644 --- a/DEPS +++ b/DEPS
@@ -1010,7 +1010,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' + '@' + 'a9868636f64464ead877f847230b39d094e8c258', + 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '9bc68a2d46cf94f8c2ed02e494847c4d81f2a092', 'condition': 'checkout_chromeos', },