From owner-freebsd-questions@freebsd.org Mon Dec 17 16:07:52 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47D8B13448FE for ; Mon, 17 Dec 2018 16:07:52 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.infracaninophile.co.uk", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D46F97534E for ; Mon, 17 Dec 2018 16:07:51 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from leaf.local (unknown [IPv6:2001:8b0:151:1:e565:c864:d2d7:f268]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id C24CAF5E for ; Mon, 17 Dec 2018 16:07:49 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/C24CAF5E; dkim=none; dkim-atps=neutral Subject: Re: Problem with poudriere after updating to FreeBSD 12 To: freebsd-questions@freebsd.org References: <45ca0b0f-59f9-d169-1af7-fa09d99012ec@infracaninophile.co.uk> From: Matthew Seaman Message-ID: <8546f6bd-12d0-3ff3-eb7d-c2a4a27d4abd@FreeBSD.org> Date: Mon, 17 Dec 2018 16:07:47 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 16:07:52 -0000 On 17/12/2018 15:02, Carmel NY wrote: > I don't have that file. I do have a "/usr/local/etc/pkg/repos > > ## poudriere repository file > > poudriere: { > url:"file:///usr/local/poudriere/data/packages/12amd64-default", > mirror_type: NONE, > enabled: yes > } > > Actually, I just changed it. It was set to the old package directory. BTW, is > this actually listed anywhere? I never noticed it in the "UPDATING to FreeBSD > 12.0-RELEASE info. > That's your customized local configuration, not part of a default setup, so it wouldn't be covered in UPDATING. Is there a Wiki page or something on running poudriere locally? That would be the place to document things you should do for handling a major version bump. Cheers, Matthew