From owner-dev-commits-src-main@freebsd.org Wed Dec 30 12:05:55 2020 Return-Path: Delivered-To: dev-commits-src-main@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 0CC464C0DD3; Wed, 30 Dec 2020 12:05:55 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5VNy5ZvZz3Hc0; Wed, 30 Dec 2020 12:05:53 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 0BUC5q5Z081966; Wed, 30 Dec 2020 04:05:52 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 0BUC5qV1081965; Wed, 30 Dec 2020 04:05:52 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202012301205.0BUC5qV1081965@gndrsh.dnsmgr.net> Subject: Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL In-Reply-To: To: Kyle Evans Date: Wed, 30 Dec 2020 04:05:52 -0800 (PST) CC: "Rodney W. Grimes" , Glen Barber , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4D5VNy5ZvZz3Hc0 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for the main branch of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 12:05:55 -0000 > On Tue, Dec 29, 2020, 18:18 Rodney W. Grimes > wrote: > > > > The branch main has been updated by gjb: > > > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=70e64ba4494190e64ab8faa04d744182d420c275 > > > > > > commit 70e64ba4494190e64ab8faa04d744182d420c275 > > > Author: Glen Barber > > > AuthorDate: 2020-12-29 14:34:05 +0000 > > > Commit: Glen Barber > > > CommitDate: 2020-12-29 14:40:28 +0000 > > > > > > release.sh: Update GITROOT URL > > > > > > Hard-code the GITROOT for the ports tree to use cgit-beta > > > until the ports repository is converted. > > > > > > While here, remove $FreeBSD$ RCS IDs. > > > > So how do I know what version of some file I am looking at > > once it has been dis-associated from a git clone? > > > > Is there some new mechanism that can give me the cadence of > > say, /etc/pkg/FreeBSD.conf once its FreBSD ID is riped out? > > > > Also if $FreeBSD$ needs to be removed, can we please just do > > it in one massive tree wide commit rather than have this > > random piece wise needless noise in 1000's of commits? > > > > I don't see any particularly compelling reason to strip these tags, > personally. I stripped them from caroot because we embedded them in > generated files and it creates a lot of noise on updatecerts that I do not > need/want, while providing no value to justify the noise for a purely > generated file. What you call noise I call tracability to origin, and we are loosing that it seems, and IMHO, that is a really bad day to see. -- Rod Grimes rgrimes@freebsd.org