From owner-freebsd-ports@freebsd.org Sun Jul 19 20:01:07 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89CC39A6933 for ; Sun, 19 Jul 2015 20:01:07 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id 4C97211C2 for ; Sun, 19 Jul 2015 20:01:07 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id 1CFDC9CC4A for ; Sun, 19 Jul 2015 21:01:06 +0100 (BST) Date: Sun, 19 Jul 2015 21:01:06 +0100 From: Bob Eager To: freebsd-ports@freebsd.org Subject: Re: Building Latest links etc. Message-ID: <20150719210106.27e9fe67@raksha.tavi.co.uk> In-Reply-To: <55A90D2B.3050407@infracaninophile.co.uk> References: <20150717141512.4a0a037e@raksha.tavi.co.uk> <55A90D2B.3050407@infracaninophile.co.uk> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; i386-portbld-freebsd10.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2015 20:01:07 -0000 On Fri, 17 Jul 2015 15:11:55 +0100 Matthew Seaman wrote: > You don't need to use portmaster on the slave machines. Just create a > repository from the packages you've built on your primary machine -- > which is basically done by runnig 'pkg repo' in the directory where > you've put all the pkg tarballs. Export that directory somehow -- > either via a webserver or by NFS mounting it on the clients or some > other way. Set up a repo.conf on your clients so they will use that > repo, and then use pkg(8) to install the packages on your client > machines. Good point. Of course...I already have that repository, all set up, by definition. That's how I distributed the packages in the first place! > Even better: rather than using portmaster, try poudriere instead, > which will help you automate a large chunk of that -- it will build > all the packages which are out of date or otherwise need refreshing > and automatically add them to your repo with just one command. poudriere is great (and I have used it) for cross-platform and cross-release stuff. With a single release, 10 systems to update, all the same, it seems more than I need. All I seem to need with portmaster is: portmaster -a pkg repo after all..