Bundle manifest - #3997
Conversation
c892337 to
f56f0cb
Compare
|
It's probably better to name this file something like |
f56f0cb to
280b7e5
Compare
I'd prefer this to be mkosi-named, otherwise the name is too generic and similar to |
07aa7c2 to
8ab8d95
Compare
|
Sounds right to me. Just pushed a change to change from |
Will upstream after/if this is merged: systemd/mkosi#3997
8ab8d95 to
86c2fa2
Compare
Will upstream after/if this is merged: systemd/mkosi#3997
If json manifest is requested and metadata would not be cleaned due to CleanPackageMetadata=, write the manifest to the OS image under the same condition as when os-release would be written (i.e. not sysext, confext, addon, or overlay).
86c2fa2 to
742d029
Compare
|
@daandemeyer, sorry for taking so long to come back around to this! I've pushed changes that I believe should implement the behavior you outlined, namely basing the name manifest path on the output format:
How does this look to you? |
My attempt to close #3995. Writes the json manifest to /usr/lib/os-manifest. Maybe it's too presumptuous to claim that path, but naming is hard and I had to pick something.
Since the manifest takes up only ~300k with >2000 packages, compressing the manifest didn't seem to make sense.