From owner-freebsd-ports@freebsd.org Wed Apr 7 10:12:46 2021 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 D245F5D1C5B for ; Wed, 7 Apr 2021 10:12:46 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFgFB4554z4nFj for ; Wed, 7 Apr 2021 10:12:46 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lU5Aq-0001bS-9L for freebsd-ports@freebsd.org; Wed, 07 Apr 2021 12:12:36 +0200 Date: Wed, 7 Apr 2021 12:12:36 +0200 From: Kurt Jaeger To: freebsd-ports@freebsd.org Subject: Re: Updating poudriere to use gitup Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4FFgFB4554z4nFj X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; local_wl_from(0.00)[freebsd.org] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2021 10:12:46 -0000 Hi! > With the change in the FreeBSD ports system, I have started to use > "gitup". I have this working fine. Unfortunately, I cannot figure out > how to get poudriere, version 3.3.99.20210303_1 to use 'gitup' too. It > insists on using 'portsnap'. This is on a FreeBSD 11.4-p9 system. > > Is there a 'How-to" posted on how to convert poudriere to use 'gitup' or > even "git" if necessary? I had a portsnap ports tree 'default' in poudriere and did this to switch to git: poudriere ports -d -p default poudriere ports -c -U https://git.freebsd.org/ports.git -m git -B main -- pi@opsec.eu +49 171 3101372 Now what ?