From owner-freebsd-questions@freebsd.org Mon Apr 12 13:26:15 2021 Return-Path: Delivered-To: freebsd-questions@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 A14DD5D138B for ; Mon, 12 Apr 2021 13:26:15 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from tgv.rail.eu.org (tgv.rail.eu.org [62.210.247.50]) (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 4FJqJ66T5Fz4TjH for ; Mon, 12 Apr 2021 13:26:14 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2a01:e0a:2b7:70e1:e1a8:5900:3165:8d90] (unknown [IPv6:2a01:e0a:2b7:70e1:e1a8:5900:3165:8d90]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: erwan) by tgv.rail.eu.org (Postfix) with ESMTPSA id D5AC654E7 for ; Mon, 12 Apr 2021 15:26:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rail.eu.org; s=mail; t=1618233972; bh=81dOujlsDqO18+MrP4RhkZCYAlsxh09BV60P5Q1Ds38=; h=Subject:To:References:From:Date:In-Reply-To:From; b=kOZhJZLGeDSOmVr0Mo6JMUJmusJY1LRV4GR2loNXLy3GYr0bHNzH72d6eMZz7jNq1 ktOwPyqCBzRuY99+/egrDkmAr5E8VUPEmB5dnonUlAGAsd5jdi7iN0x+jAqKlBNY4r c1uETNewmViz6C50XntUVKhKDS2v4CGhWJvxuKPU= Subject: Re: Nothing new in the ports for poudriere To: freebsd-questions@freebsd.org References: <39abb4c2-5688-ca6a-eb52-3b3dcb4b2cd1@rail.eu.org> <0663cbd2-4d47-30ce-88b7-892cae08c952@rail.eu.org> From: Erwan David Message-ID: <1c11df3a-0a55-0673-bd0d-717894ef9a10@rail.eu.org> Date: Mon, 12 Apr 2021 15:26:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FJqJ66T5Fz4TjH X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=rail.eu.org header.s=mail header.b=kOZhJZLG; dmarc=pass (policy=none) header.from=rail.eu.org; spf=pass (mx1.freebsd.org: domain of erwan@rail.eu.org designates 62.210.247.50 as permitted sender) smtp.mailfrom=erwan@rail.eu.org X-Spamd-Result: default: False [-1.45 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[rail.eu.org:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[62.210.247.50:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[rail.eu.org:+]; DMARC_POLICY_ALLOW(-0.50)[rail.eu.org,none]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_HAM_SHORT(-0.45)[-0.454]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[62.210.247.50:from]; ASN(0.00)[asn:12876, ipnet:62.210.0.0/16, country:FR]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 13:26:15 -0000 Le 12/04/2021 à 15:02, Fernando Apesteguía a écrit : >>> Cheers. >>>> >> >> That's what I dfid : I get a git error that the master branch is not found. > > I don't think so. Please, re read my message. DO use the -B flag. > > Cheers. Thanks, it worked. I somehow missed I had to change. What about the size on disk ? git cloning would mean that I get the whole history of the port tree, even if I need only the latest state to compile the ports.