-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
daemon: Also generate CachedUpdate in DownloadUpdateRpmDiff
Moving to caching the GVariant to disk rather than during RPMOSTreeOS reloads broke the legacy `DownloadUpdateRpmDiff` path because it relied on the implied recalculations that occur on reloads to update `CachedUpdate`. This patch series was initially going to be about just migrating all the legacy APIs to make use of the new metadata, which would have fixed this properly. But we first need some real coverage in that aread, which is very poor right now. I'd like to investigate integrating the Cockpit tests (at least the ostree-specific parts) into our CI to remedy this. Anyways, for now at least, let's fix Cockpit. Closes: #1300 Closes: #1303 Approved by: cgwalters
- Loading branch information
1 parent
e4dd2c4
commit 4291500
Showing
3 changed files
with
63 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters