-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container: Add progress spinners to
compose container-encapsulate
It turns out the part that's really slow right now is that RPM apparently walks the entire database to implement "find the package owning /usr/bin/foo". What we need to do is build up this mapping as part of the build process, and dump it out to a lookaside file (e.g. `rpm-ostree compose tree --write-owners-file=foo.db`) and then have the encapsulation code pick it up. Alternatively, we could change the encapsulation code to walk all RPMs, but eh.
- Loading branch information
Showing
1 changed file
with
20 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