From owner-freebsd-ports@freebsd.org Mon Apr 5 21:37:15 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 0F6B95C8379 for ; Mon, 5 Apr 2021 21:37:15 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (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 4FDkWs70QYz3m1H for ; Mon, 5 Apr 2021 21:37:13 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4FDkWk5W7fz6gY1; Mon, 5 Apr 2021 23:37:06 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id Wf-hoUYOyjvG; Mon, 5 Apr 2021 23:37:04 +0200 (CEST) Subject: Re: poudriere and gitup To: Jose Quinteiro , freebsd-ports@freebsd.org References: <20210403121827.GA493@freefall.freebsd.org> <8a5f09e6-68f8-1ab5-69c1-8a1af2f45299@quinteiro.org> From: Guido Falsi Message-ID: <9ccb0c79-15e3-ea8d-6025-d4a8341ac606@madpilot.net> Date: Mon, 5 Apr 2021 23:37:04 +0200 In-Reply-To: <8a5f09e6-68f8-1ab5-69c1-8a1af2f45299@quinteiro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FDkWs70QYz3m1H X-Spamd-Bar: - X-Spamd-Result: default: False [-2.00 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[159.69.1.99:from]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MISSING_MIME_VERSION(2.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[159.69.1.99:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[madpilot.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] 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: Mon, 05 Apr 2021 21:37:15 -0000 On 05/04/21 23:26, Jose Quinteiro wrote: > On 4/4/21 7:35 AM, Carmel wrote: >> On Sat, 3 Apr 2021 12:18:27 +0000, Rene Ladan stated: >> ... >> Is or will poudriere default to using net/gitup in FreeBSD 13? Is there >> a way to configure it in the "poudriere.conf" file? >> > > There's a "git" option for the "-m method" command-line switch of > poudriere-ports(8). This option is used to specify which method to use > to create a ports tree. > > I don't have any experience with it because I use "-m null" to have > Poudriere use a Ports tree I maintain manually with git. It performs a shallow clone, not getting all history (similar to what gitup does) should work with a command line like this: poudriere ports -c -B main -m git -U 'https://git.FreeBSD.org/ports.git' -p freebsd then use following command to update: poudriere ports -u -p freebsd -- Guido Falsi