commit | bf7df86f7a23c80cd0cc28f7d89094d581f6741b | [log] [tgz] |
---|---|---|
author | Ben Keller <galbanum@fuchsia.infra.roller.google.com> | Fri Dec 29 18:05:02 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Dec 29 10:05:51 2023 -0800 |
tree | e529d0405c926d70a833fcc18881601c98c39bee | |
parent | 024f8c93d0c14727e9d42bffe2cd6fe2c59a318a [diff] |
[roll] Roll fuchsia [system-update-checker] Use the new image package manifest The system-update-checker compares the active system to the system described by the update package to see if a new update is available. The update package format was recently migrated from storing images (e.g. zbi, vbmeta) directly to storing a manifest that lists their hashes and URLs from which they can be resolved. The system-update-checker was not migrated, so it was still looking for the images in the update package, which broke the check that determined if the zbi or vbmeta were out-of-date, so the system-update-checker would erroneously think the system was up-to-date if only the zbi or vbmeta had changed. This would commonly surface as kernel devs making a zbi-only change but then `fx ota` would not update their device. With this change, the system-update-checker uses the new image manifest and so should again correctly trigger an update on zbi-only changes. Original-Fixed: b/317524358 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/966533 Original-Revision: 2a448fe54e06ba9f444824063429a5680dce0097 GitOrigin-RevId: aba5a4bd12530edb3ca06542e627b4f2657ad477 Change-Id: I1699833e1656ebc37a2dc4b0b7fcbd270cd1c7a3
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.