pkg
pkg copied to clipboard
Add support for storing a list of expired packages in the meta
This is a draft PR that I wanted to show off before proceeding further.
- I generalized
group_open_schema()
intoopen_schema()
. -
group_load()
andexpired_load()
may be generalized too. - Add a config option that would remove expired packages during
pkg upgrade
? Or maybepkg autoremove
? - What will actually pass
-e
to thepkg repo
call? Changes are required on the Poudriere side? - Bikeshedding? Should this be called "expired_packages" or somehow else?