Verify and compact target pkg database after manual edits, and dump it
to support deterministic pkgbase images.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 75914 Build 72797: arc lint + arc unit
Event Timeline
Comment Actions
I think this should only do a vacuum (integrity check).
So far we have not been able to create deterministic pkgbase images.
Comment Actions
As per my understanding, I'd like to keep the dump rather than dropping it, the function just dumps the db as a precondition for someday diffing/reproducing images. Once pkgbase builds are reproducible, this becomes the hook that lets us verify it, without another patch reintroducing it then.
Please let me know your view on this, then will change accordingly.