From owner-freebsd-current@freebsd.org Tue Dec 22 21:57:34 2020 Return-Path: Delivered-To: freebsd-current@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 9D13E4CA89D; Tue, 22 Dec 2020 21:57:34 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D0qvL434Vz3Dcq; Tue, 22 Dec 2020 21:57:34 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 64102F70A; Tue, 22 Dec 2020 21:57:34 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id DC68E43336; Tue, 22 Dec 2020 22:57:32 +0100 (CET) From: "Kristof Provost" To: "Mark Millard" Cc: "bob prohaska" , "Ronald Klop" , "FreeBSD Current" , freebsd-arm@freebsd.org Subject: Re: HEADS UP: FreeBSD src repo transitioning to git this weekend Date: Tue, 22 Dec 2020 22:57:32 +0100 X-Mailer: MailMate (1.13.2r5673) Message-ID: <0019AD39-8A37-4C73-84BA-E6B482A02F68@FreeBSD.org> In-Reply-To: <28028C56-7E5A-4961-8F09-36351CDDFF20@yahoo.com> References: <20201222183900.GA22353@www.zefox.net> <1249102000.16891.1608669265488@localhost> <20201222210628.GA34436@www.zefox.net> <19860CB5-716C-47A9-BB96-0EA16051DD9D@yahoo.com> <28028C56-7E5A-4961-8F09-36351CDDFF20@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2020 21:57:34 -0000 On 22 Dec 2020, at 22:50, Mark Millard wrote: > On 2020-Dec-22, at 13:31, Mark Millard wrote: >> Clone >> https://git.FreeBSD.org/src.git >> anongit@git.FreeBSD.org:src.git >> git@gitrepo.FreeBSD.org:src.git > > Hmm. It turns out that the last 2 are links on that page and the > links expand out to: > > https://cgit.freebsd.org/src/anongit@git.FreeBSD.org:src.git > and: > https://cgit.freebsd.org/src/git@gitrepo.FreeBSD.org:src.git > > So it seems that there are ways to clone that involve referencing > cgit.freebsd.org . > No, that’s just a configuration bug in cgit. I’m sure it’ll get fixed in due course. The text version of the links is the correct version. Best regards, Kristof