forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The enumeration of orphaned bundles works by subracting the set of installed IWAs from the set of directories in the profile/iwa directory. This does not consider that IWA updates are also stored in the profile/iwa folder, which means that updates would be deleted by the orphaned bundle cleanup. Further, this CL fixes a problem with the creation of the list of installed IWAs (which returns the full paths of the bundles, instead of their base directories). Bug: b/357629298 Change-Id: I91a6a7848b9f9dc54829d443f1f70837ade65e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756734 Reviewed-by: Andrew Rayskiy <[email protected]> Commit-Queue: Simon Hangl <[email protected]> Reviewed-by: Robbie McElrath <[email protected]> Cr-Commit-Position: refs/heads/main@{#1339086}
- Loading branch information
Simon Hangl
authored and
Chromium LUCI CQ
committed
Aug 8, 2024
1 parent
b2741c2
commit b21d1fe
Showing
3 changed files
with
97 additions
and
7 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