Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 10:26:20 -0400
From:      "Dan Langille" <dan@langille.org>
To:        freebsd-pkg@FreeBSD.org
Subject:   poudriere: build on on server, rsync to another
Message-ID:  <6c130e1c-57df-40da-b9ae-169f8b20238d@www.fastmail.com>

next in thread | raw e-mail | index | archive | help
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@langille.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6c130e1c-57df-40da-b9ae-169f8b20238d>