From nobody Mon Jul 19 17:22:24 2021 X-Original-To: freebsd-hackers@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 89596127464D for ; Mon, 19 Jul 2021 17:22:26 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GT7vQ2ZPBz4dqc for ; Mon, 19 Jul 2021 17:22:26 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 16JHMOPV074980 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 19 Jul 2021 10:22:25 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 16JHMOVo074979; Mon, 19 Jul 2021 10:22:24 -0700 (PDT) (envelope-from sgk) Date: Mon, 19 Jul 2021 10:22:24 -0700 From: Steve Kargl To: "Herbert J. Skuhra" Cc: freebsd-hackers@freebsd.org Subject: Re: git and openzfs conflict Message-ID: <20210719172224.GB74784@troutmask.apl.washington.edu> References: <20210719165200.GA74695@troutmask.apl.washington.edu> List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4GT7vQ2ZPBz4dqc 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 Mon, Jul 19, 2021 at 07:09:50PM +0200, Herbert J. Skuhra wrote: > On Mon, Jul 19, 2021 at 09:52:00AM -0700, Steve Kargl wrote: > > I'm trying to update a 2 month git repository to today. > > Sorry, the correct url: > > https://lists.freebsd.org/archives/freebsd-git/2021-June/000015.html > Thanks. IMO, changes of this nature should be disallowed. Expecting people to find an email in the freebsd-git mailing archives seems to be a bit unfriendly (especially since the mailing list archives are currently a mess). The information in that email should be in /usr/src/UPDATING. Yes, there is a catch-22 in that one may not be able to update /usr/src to read /usr/src/UPDATING. Fortunately, one can use https://cgit.freebsd.org/src/tree/UPDATING to read the file. -- Steve