Add /var/db/pkg files to NANO_METALOG since pkg generates them dynamically
and does not emit them into package manifests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 75839 Build 72722: arc lint + arc unit
Event Timeline
Comment Actions
I'm confused with the commit message: "since pkg generates them dynamically and does not emit them into package manifests."
- Dynamic generation is intrinsic to pkg.
- Perhaps most importantly is why we are doing this. It is because pkg does not generate a valid mtree (METALOG). All these metalog-related _xxx_ issues should point to https://github.com/freebsd/pkg/issues/2672.