On Sun, Feb 11, 2024 at 07:30:53AM +0100, Emmanuel Vadot wrote: > pkgbase packages are build with REPRODUCIBLE_BUILD and incremental > meaning that only changed packages are updated in the repository.
I've read up a bit on these, and would like to test my understanding. I need `options REPRODUCIBLE_BUILD` in my kernel config, and `WITH_META_MODE=YES` in /etc/src-env.conf. Then load filemon, run cleanworld once, then my next buildworld will set everything up for minimal builds after that. I assume I'll need to load filemon in /boot to avoid having to manually load it when I want to build a kernel. Is there anything else being used to limit what `make packages` does, or are those the only things I need defined? Thanks. - Steve