From owner-freebsd-ports@freebsd.org Sun Feb 16 10:41:02 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77EBA25A528 for ; Sun, 16 Feb 2020 10:41:02 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48L3Yp2fKdz4b1H for ; Sun, 16 Feb 2020 10:41:02 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1j3HM9-0000rr-2J; Sun, 16 Feb 2020 11:40:57 +0100 Date: Sun, 16 Feb 2020 11:40:57 +0100 From: Kurt Jaeger To: "@lbutlr" Cc: FreeBSD Subject: Re: Starting with poudriere Message-ID: <20200216104057.GI37073@home.opsec.eu> References: <3743CEAE-BCC9-479E-8367-F3DA0E30496E@kreme.com> <4D118F32-E38F-4860-BBE8-4D9F259BF653@kreme.com> <20200216090223.GH37073@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 48L3Yp2fKdz4b1H X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.93 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.94)[-0.939,0]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; NEURAL_HAM_LONG(-1.00)[-0.995,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2020 10:41:02 -0000 Hi! > On 16 Feb 2020, at 02:02, Kurt Jaeger wrote: > > /usr/local/etc/poudriere.d/121-default-make.conf > > And this conf file applies when you use the jail named exactly '121-default' The 121-default is the name of the jail and the name of the ports tree used. You can have several ports trees in parallel: $ poudriere ports -l PORTSTREE METHOD TIMESTAMP PATH default portsnap 2020-02-16 10:02:15 /pou/ports/default snmp portsnap 2019-11-01 16:21:32 /pou/ports/snmp I have one to test net/net-snmp 5.8 as well. > So for my jail named 121x64 the conf file would be > > "121x64-make.conf" > > And for 113x86 > > "113x86-make.conf" Not quite, see above. > Ok, this is starting to make some sense. Now I just need to get > a list of the ports on the 11.3 system currently in the form > / so I can at least set that up with the current > ports. The man page for pkg-query shows many options to ask for all this. pkg query '%o' gives you this list. > Not sure I quite get how the Webserver lets your other machines > get the packages in such a way that they can be dropped in place, > but I don't need to do that right now anyway (that will be a task > for when I have migrated that machine to 12.1 amd64 anyway), hopefully > in the next month. pkg accesses the repo, downloads some meta data (like meta.txz), and compares that data with the packages you already have. -- pi@opsec.eu +49 171 3101372 Now what ?