Re: git: 2acd158d4b0e - main - mtree: stop creating old mixer(8) test directories
- In reply to: Dimitry Andric : "git: 2acd158d4b0e - main - mtree: stop creating old mixer(8) test directories"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 19:11:04 UTC
On 1/23/24 10:40 AM, Dimitry Andric wrote:
> The branch main has been updated by dim:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=2acd158d4b0ec832d54f69c7b245a688c612685f
>
> commit 2acd158d4b0ec832d54f69c7b245a688c612685f
> Author: Dimitry Andric <dim@FreeBSD.org>
> AuthorDate: 2024-01-23 18:40:01 +0000
> Commit: Dimitry Andric <dim@FreeBSD.org>
> CommitDate: 2024-01-23 18:40:12 +0000
>
> mtree: stop creating old mixer(8) test directories
>
> The tests themselves were added to ObsoleteFiles.inc in commit
> f7c4f4964971, but not yet removed from BSD.tests.dist.
>
> PR: 274602
> Fixes: f7c4f4964971
Sigh, I had removed these once already:
commit 7aa3bf6952b2c7d1b02d3a67e7f51b96fcf52b50
Author: John Baldwin <jhb@FreeBSD.org>
Date: Thu Nov 23 12:17:41 2023 -0800
etc/mtree: Remove entry for /usr/tests/usr.sbin/mixer
These were removed when the new mixer(3) library was imported, and I
missed updating the mtree file when I added the entries to
ObsoleteFiles.inc.
Fixes: 903873ce1560 Implement and use new mixer(3) library for FreeBSD.
It was readded accidentally in a later change:
commit b8856bd2d6acb10af236b7b8cd0cf3121da8c994
Author: Jose Luis Duran <jlduran@gmail.com>
Date: Wed Dec 27 22:26:23 2023 -0700
mtree: Add missing directories to BSD.tests.dist
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/912
(In particular, emaste@ noticed they were getting recreated during 14.0 testing and
ensured the first fixup commit made it into releng/14.0)
--
John Baldwin