poudriere: build on on server, rsync to another

Dan Langille dan at langille.org
Fri Sep 27 14:26:49 UTC 2019


Hello,

I am working on putting a new poudriere build server into production at work.

At present, we build packages on one server & deploy them from another server.

The package build server mounts an NFS share from /usr/local/poudriere/data/packages

The package distribution server mounts that same NFS share in RO-mode. All hosts install from this server.

I want to change this. The goal:

* poudriere builds to local disk
* /usr/local/poudriere/data/packages will be rsync'd later to NFS
* the build & rsync process will not be serial/linked (i.e. a build will not trigger an rsync)

My concern: will this work? Will the package distribution server get incomplete sets of packages?

Thank you.

-- 
  Dan Langille
  dan at langille.org


More information about the freebsd-pkg mailing list