From owner-svn-src-head@freebsd.org Thu Jan 28 19:35:00 2021 Return-Path: Delivered-To: svn-src-head@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 1E1194E8B2B for ; Thu, 28 Jan 2021 19:35:00 +0000 (UTC) (envelope-from mgrooms@shrew.net) Received: from mx2.shrew.net (mx2.shrew.net [38.97.5.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DRVzl1Tvwz4ZJ3 for ; Thu, 28 Jan 2021 19:34:58 +0000 (UTC) (envelope-from mgrooms@shrew.net) Received: from mail.shrew.net (mail.shrew.prv [10.24.10.20]) by mx2.shrew.net (8.15.2/8.15.2) with ESMTP id 10SJYwNO036541 for ; Thu, 28 Jan 2021 13:34:58 -0600 (CST) (envelope-from mgrooms@shrew.net) Received: from [10.22.200.30] (unknown [136.49.68.36]) by mail.shrew.net (Postfix) with ESMTPSA id DFE5F199F99 for ; Thu, 28 Jan 2021 13:34:52 -0600 (CST) Subject: Re: Is this list being replaced? To: svn-src-head@freebsd.org References: <9c7dd918-f828-9921-9051-1c302f514c18@shrew.net> <658fffaf-4659-3f30-11a8-59b4c947cda7@FreeBSD.org> From: Matthew Grooms Message-ID: Date: Thu, 28 Jan 2021 13:34:58 -0600 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx2.shrew.net [10.24.10.11]); Thu, 28 Jan 2021 13:34:58 -0600 (CST) X-Rspamd-Queue-Id: 4DRVzl1Tvwz4ZJ3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mgrooms@shrew.net designates 38.97.5.132 as permitted sender) smtp.mailfrom=mgrooms@shrew.net X-Spamd-Result: default: False [-2.30 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[38.97.5.132:from]; R_SPF_ALLOW(-0.20)[+mx:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[svn-src-head@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[38.97.5.132:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_NA(0.00)[shrew.net]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:174, ipnet:38.0.0.0/8, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[svn-src-head]; RECEIVED_SPAMHAUS_PBL(0.00)[136.49.68.36:received] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2021 19:35:00 -0000 On 1/28/2021 1:23 PM, Matthew Grooms wrote: > On 1/28/2021 12:56 PM, Renato Botelho wrote: >> On 28/01/21 15:52, Matthew Grooms wrote: >>> Hi all, >>> >>> In the past I would browse this list archive to stay up to date on >>> what has been committed to head. Are there plans to replace this >>> list using git a source? >>> >>> And sorry if this question has already been asked. I tried to find >>> an answer elsewhere but had no luck. >> >> It has changed to [1] since code moved from subversion to git. >> >> [1] https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main >> > Ahh. I didn't see that one. Thanks! Ok. I think the reason I didn't see it is that I was looking at the docs.freebsd.org current archive index. For some reason these new lists are shown there ... https://docs.freebsd.org/mail/current/index-name.html And it's the first links shown in the body of the mailing list archive page ... https://docs.freebsd.org/mail/ Maybe that'll require admin intervention to fix. Thanks, -Matthew