Very roughly/high level:Is there an explanation of the pipeline from Poudriere to pkg.FreeBSD.org somewhere? The bulk build has finished and `pkg update` still isn't picking up any updates on my side. Same with `pkg update -f` - I'm getting zero results for `pkg search gopls`, despite it succeeding in the previous bulk build. I'd just like to understand how all this is connected; it's not intuitive as a newcomer.
Start with source code (git repos/branches/tags)
Then we have build servers
Then we jails on the build servers, a "jail" represents an architecture to build for
Poudriere is how the source tree gets built, so a jail runs a "Poudriere" job
Poudriere finishes building, end result is a bunch of binary packages.
These binary packages need to get pushed out to the public package repos before your local machine can see them.
There are a number of public package repos, they do not all update "instantly" so once everything builds it takes a finite amount of time for them to get completely updated.