From owner-freebsd-questions@freebsd.org Mon Dec 4 01:22:08 2017 Return-Path: Delivered-To: freebsd-questions@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 9E06BE6FDBD for ; Mon, 4 Dec 2017 01:22:08 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from homiemail-a44.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 851367291C for ; Mon, 4 Dec 2017 01:22:07 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from homiemail-a44.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTP id A0B8F6002913; Sun, 3 Dec 2017 17:22:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ozzmosis.com; h=date:from :to:cc:subject:message-id:references:mime-version:content-type :in-reply-to:content-transfer-encoding; s=ozzmosis.com; bh=84xbU 1dS7Z8b15p4uhAOnrbx5bk=; b=FPDCJiiyzn+ss54FjyzSTNYn2hzMLGRuS6hB2 axsyAa7rcdDt9YweMyk20Eg2xKrBIVjbkNRb7z2tw60eM+o//ErHFFvT36k+KG+c 7/QATmR0cS35MmqQrcom5ROUy59w5NXurjmSr7/rqzfi6DiBe2vFA+DNgBaG9Afw +bpEpg= Received: from blizzard.ozzmosis.com (124-168-218-14.dyn.iinet.net.au [124.168.218.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: relay@ozzmosis.com) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTPSA id 4D8A9600290B; Sun, 3 Dec 2017 17:22:06 -0800 (PST) Received: by blizzard.ozzmosis.com (Postfix, from userid 1001) id A55A8798; Mon, 4 Dec 2017 12:22:03 +1100 (AEDT) Date: Mon, 4 Dec 2017 12:22:03 +1100 From: andrew clarke To: Ben Woods Cc: Carmel NY , "freebsd-questions@freebsd.org" Subject: Re: Create list of ports to update Message-ID: <20171204012203.xc35yv7jy62mfssw@ozzmosis.com> References: <8d5d17b8-a206-810a-b92e-a29d053dd8e3@hayers.org> <584c71d9-c97c-eb4b-66a2-b89e5cbc4daf@hayers.org> <20171203180354.t5i7m4bo5h7fry7m@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171027 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 01:22:08 -0000 On Sun 2017-12-03 19:30:34 UTC+0000, Ben Woods (woodsb02@gmail.com) wrote= : > That said, if you are only using one host, then the following will work > great. > pkg query %o > /usr/local/etc/poudriere-list > poudriere -v bulk -j 11amd64 -f /usr/local/etc/poudriere-list >=20 > Note that I don=E2=80=99t store it in /tmp/ as you will want to keep th= e file > around for next build. Each time you want a new package, add it to the = file > first, and rebuild. Fair enough. :) When I want a new package I run "poudriere bulk" manually, eg. poudriere -v bulk -j 11amd64 editors/joe pkg update pkg install joe > Note the first time poudriere will build all packages, regardless of > whether they are up to date on the host already. In poudriere=E2=80=99s= package > repo, they don=E2=80=99t exist yet. The second time and after, poudrier= e will only > build the ports which are out-dated or who=E2=80=99s dependencies were = updated. Indeed. It works well.