From nobody Tue Sep 21 17:48:48 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 83A9517C6186 for ; Tue, 21 Sep 2021 17:50:12 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (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 (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDTTw2BlHz3jTR for ; Tue, 21 Sep 2021 17:50:12 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.16.1/8.16.1) with ESMTPS id 18LHmmAP077531 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 21 Sep 2021 10:48:49 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.16.1/8.16.1/Submit) id 18LHmmRt077530; Tue, 21 Sep 2021 10:48:48 -0700 (PDT) (envelope-from warlock) Date: Tue, 21 Sep 2021 10:48:48 -0700 From: John Kennedy To: Stefan Parvu Cc: freebsd-arm Subject: Re: FreeBSD 13 source code using git clone fails Message-ID: References: <597b8064-8acb-4ac4-87ff-8c609a9bc602@www.fastmail.com> <4D7433D2-C1E3-4B89-BDB5-19BCBE2D88AB@kronometrix.org> 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 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4HDTTw2BlHz3jTR X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Tue, Sep 21, 2021 at 08:31:18PM +0300, Stefan Parvu wrote: > Still one question here. What is going on… Im not seeing this on x64, 12.2 > > root@generic:/usr # git clone -o freebsd https://gitlab.com/FreeBSD/freebsd-src src > Cloning into 'src'... > warning: redirecting to https://gitlab.com/FreeBSD/freebsd-src.git/ > remote: Enumerating objects: 4299105, done. > remote: Counting objects: 100% (48360/48360), done. > remote: Compressing objects: 100% (22212/22212), done. > remote: Total 4299105 (delta 26036), reused 44961 (delta 25550), pack-reused 4250745 > Receiving objects: 100% (4299105/4299105), 1.48 GiB | 1.99 MiB/s, done. > Killeding deltas: 41% (1341119/3229850) > > root@generic:/usr # ls -lrt src > total 4 > drwxr-xr-x 7 root wheel 512 Sep 21 17:09 .git > > There is nothing cloned. Check out the branch you're on. If your setup is defaulting to "master" (vs "main"), it'll probably show nothing.