From owner-dev-commits-src-all@freebsd.org Wed Dec 30 00:36:57 2020 Return-Path: Delivered-To: dev-commits-src-all@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 F32C54CF96D; Wed, 30 Dec 2020 00:36:57 +0000 (UTC) (envelope-from kevans@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 4D5C616YWVz3s1B; Wed, 30 Dec 2020 00:36:57 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id CED262E8FF; Wed, 30 Dec 2020 00:36:57 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f172.google.com with SMTP id f26so12896619qka.0; Tue, 29 Dec 2020 16:36:57 -0800 (PST) X-Gm-Message-State: AOAM533O0iAmapeLQQ1j9Ym9nkS/QbRBWXfqc8rA9Utveqi9ZQdVyZhk HS8gzbgozuWT+EdaShKP7mvkcVC3/L1itfZBcBE= X-Google-Smtp-Source: ABdhPJy3H6D4gg5dIgHsReUWXto12vKZSzN9Z09rHfyj0HmEfWgYASzvaaKPvdOFCuf4fmDA8Y+TIcBoJOQKQ9dvYAU= X-Received: by 2002:ae9:e517:: with SMTP id w23mr51967649qkf.34.1609288617505; Tue, 29 Dec 2020 16:36:57 -0800 (PST) MIME-Version: 1.0 References: <202012291441.0BTEf1X9009764@gitrepo.freebsd.org> <202012300018.0BU0I7gn079533@gndrsh.dnsmgr.net> In-Reply-To: <202012300018.0BU0I7gn079533@gndrsh.dnsmgr.net> From: Kyle Evans Date: Tue, 29 Dec 2020 18:36:45 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 70e64ba44941 - main - release.sh: Update GITROOT URL To: "Rodney W. Grimes" Cc: Glen Barber , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 00:36:58 -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.