From nobody Tue Jun 7 18:07:14 2022 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 553898415A8 for ; Tue, 7 Jun 2022 18:07:17 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4LHdc440R6z3Ftl for ; Tue, 7 Jun 2022 18:07:16 +0000 (UTC) (envelope-from pete@nomadlogic.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1654625235; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zbnspEtXhyHUfrCJDGTwIFGkvpK7xpSBl74rgA5S/xo=; b=DcR56/OVF+lE5oXIW1iEnm4IUmY8KWh/S7xFX4Zu8aeFFMRamt01c8xgJY6t6fp4EAFfD5 iuDq0eamqKljQR3PnCsKavBVBZZBOv8FHkvsmQrfIObHb9kt+v3qHKmp6bznvYQZ17eLgV xL7mxO5CmZ30EcTc/S/bMixm3/aNAcI= Received: from topanga (cpe-24-24-168-214.socal.res.rr.com [24.24.168.214]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 4113c1eb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 7 Jun 2022 18:07:15 +0000 (UTC) Date: Tue, 7 Jun 2022 11:07:14 -0700 From: Pete Wright To: Dave Cottlehuber Cc: questions@freebsd.org, Arthur Chance Subject: Re: port binary updates Message-ID: <20220607180714.2jief4vf62ajyrow@topanga> References: <799b6d8c-518b-838e-3cb1-e286db142b70@ifdnrg.com> <65588ea3-1125-7fef-bb00-d6b2eaf341f8@qeng-ho.org> <094c8a24-ea93-0145-e08d-bd486cf981b8@qeng-ho.org> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4LHdc440R6z3Ftl X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nomadlogic.org header.s=04242021 header.b="DcR56/OV"; dmarc=pass (policy=quarantine) header.from=nomadlogic.org; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 66.165.241.226 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-3.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[nomadlogic.org:s=04242021]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[nomadlogic.org:+]; DMARC_POLICY_ALLOW(-0.50)[nomadlogic.org,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[questions]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Tue, Jun 07, 2022 at 04:03:53PM +0000, Dave Cottlehuber wrote: > On Tue, 7 Jun 2022, at 15:21, Arthur Chance wrote: > > On 07/06/2022 16:08, Dave Cottlehuber wrote: > >> On Tue, 7 Jun 2022, at 11:32, Arthur Chance wrote: > >>> In theory it's supposed to be possible to use poudriere hooks to fetch > >>> prebuilt packages from the FreeBSD repositories, but I've never found it > >>> how. If anyone has ideas/incantations on this they'd be very welcome. > >> > >> I've not tested this, but it should be correct, extracted from our > >> ansible stuff. > >> > >> - poudriere-devel poudriere-devel-3.3.99.20211130 > >> > >> # ansible managed > >> # ... snip > >> # seed packages from pkg.FreeBSD.org > >> # pick either latest or quarterly as you like > >> PACKAGE_FETCH_BRANCH="latest" > >> # allow or deny, pick one > >> # PACKAGE_FETCH_WHITELIST="gcc* rust* llvm* mono* cargo cmake openjdk*" > >> # PACKAGE_FETCH_BLACKLIST="zig* collectd* foundationdb* erlfdb" > > > > I'm probably being a bit slow, but where do the above lines go? [I'm > > running poudriere rather than poudriere-devel if that makes a difference.] > > Woops, that is somewhat relevant: > > /usr/local/etc/poudriere.conf > > AFAICT this is not in ports-mgmt/poudriere yet, only in the -devel flavour. > i think that's the case. i can confirm that using prebuild packages is a life saver. on my system i haven't updated my poudriere.conf but rather specify using packages and the branch via the "-p $BRANCH" switch to "poudriere bulk" like so: $ poudriere bulk -C -w -j current14 -p default -b latest x11-servers/xorg-server -p -- Pete Wright pete@nomadlogic.org