-
Notifications
You must be signed in to change notification settings - Fork 403
Bundle manifest #3997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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
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).
8ab8d95 to
86c2fa2
Compare
daandemeyer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.