Update strategy and timing
Date: Fri, 08 May 2026 15:48:17 UTC
Is there a preferred strategy to timing updates for self-hosted FreeBSD systems? On the stable branches it's easy; just update when updates are announced and build/install. Once caught up, things can be left alone for days at least.. With -current there's essentially no pause in the stream of fresh commits, so git finds a new commit by the time buildworld finishes. Is there some marker or indicator that signals the -current tree is at least nominally consistent and buildable? I'm not asking if it'll work, just whenter it's worth a try. For example, my practice has been to run git pull, then make buildworld. If buildworld succeeds, I'll try another pull. If nothing new shows up then run install and reboot. This works with a stable branch, but with -current there are always fresh commits. I've tried looking at the commits to see if they're relevant to problems I'm seeing, rebuilding if they are and proceeding with install if they seem unrelated. Is this approach at all sound? Is there a better way? Thanks for reading! bob prohaska