From nobody Tue Sep 21 18:18:57 2021 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id ABC9917C98B4 for ; Tue, 21 Sep 2021 18:19:05 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from mail.kronometrix.org (mail.kronometrix.org [79.134.105.182]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.kronometrix.org", Issuer "mail.kronometrix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDV7F2kk4z3mwd; Tue, 21 Sep 2021 18:19:05 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from smtpclient.apple (176-93-246-51.bb.dnainternet.fi [176.93.246.51]) (authenticated bits=0) by mail.kronometrix.org (8.16.1/8.15.2) with ESMTPSA id 18LIJ2ha069052 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 21 Sep 2021 18:19:03 GMT (envelope-from sparvu@kronometrix.org) X-Authentication-Warning: mail.kronometrix.org: Host 176-93-246-51.bb.dnainternet.fi [176.93.246.51] claimed to be smtpclient.apple Content-Type: text/plain; charset=us-ascii List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Re: FreeBSD 13 source code using git clone fails From: Stefan Parvu In-Reply-To: Date: Tue, 21 Sep 2021 21:18:57 +0300 Cc: freebsd-arm Content-Transfer-Encoding: 7bit Message-Id: <4A6738B2-719A-43F2-855E-01DE00FBD32B@kronometrix.org> References: <597b8064-8acb-4ac4-87ff-8c609a9bc602@www.fastmail.com> <4D7433D2-C1E3-4B89-BDB5-19BCBE2D88AB@kronometrix.org> <7AB539FF-9426-471A-A4B4-90558E82DE32@kronometrix.org> To: Ian Lepore X-Mailer: Apple Mail (2.3654.120.0.1.13) X-Rspamd-Queue-Id: 4HDV7F2kk4z3mwd X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N > It would probably be faster to do the git clone on a more capable > machine and then use rsync+ssh (or an nfs mount) to copy everything it > downloaded to the rpi. +1 thats right. takes forever. Stefan