Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2021 23:37:04 +0200
From:      Guido Falsi <mad@madpilot.net>
To:        Jose Quinteiro <freebsd@quinteiro.org>, freebsd-ports@freebsd.org
Subject:   Re: poudriere and gitup
Message-ID:  <9ccb0c79-15e3-ea8d-6025-d4a8341ac606@madpilot.net>
In-Reply-To: <8a5f09e6-68f8-1ab5-69c1-8a1af2f45299@quinteiro.org>
References:  <PH0PR16MB4245FBC79B186A7DF6590D3F80799@PH0PR16MB4245.namprd16.prod.outlook.com> <20210403121827.GA493@freefall.freebsd.org> <PH0PR16MB42453FD1EDC58B82AB0465C480789@PH0PR16MB4245.namprd16.prod.outlook.com> <8a5f09e6-68f8-1ab5-69c1-8a1af2f45299@quinteiro.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mad@madpilot.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9ccb0c79-15e3-ea8d-6025-d4a8341ac606>