diff options
author | Christopher Fore <csfore@posteo.net> | 2024-01-25 11:58:02 -0500 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-01-28 23:17:24 +0000 |
commit | ee9952afac0d62ea936e53c8f2ed79b922cb0333 (patch) | |
tree | 801f7136d8099ce7da9913ffd40d3d159d33efc0 /sys-fs/bcachefs-tools | |
parent | x11-libs/gtk+: drop 3.24.40 (diff) | |
download | gentoo-ee9952afac0d62ea936e53c8f2ed79b922cb0333.tar.gz gentoo-ee9952afac0d62ea936e53c8f2ed79b922cb0333.tar.bz2 gentoo-ee9952afac0d62ea936e53c8f2ed79b922cb0333.zip |
sys-fs/bcachefs-tools: Re-ignore sandbox tests, add myself as maintainer
I cannot seem to get these tests to fail for me but re-ignoring them is
likely the best idea in the meantime.
The current maintainer is also happy with me becoming a co-maintainer of
this package.
Closes: https://bugs.gentoo.org/922821
Closes: https://github.com/gentoo/gentoo/pull/35011
Signed-off-by: Christopher Fore <csfore@posteo.net>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-fs/bcachefs-tools')
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.4.1.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/bcachefs-tools/metadata.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.4.1.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.4.1.ebuild index e7396e664d7a..9957e27ce26f 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.4.1.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.4.1.ebuild @@ -225,6 +225,9 @@ src_test() { 'tests/test_fixture.py::test_leak' 'tests/test_fixture.py::test_check' # Fails in portage because of usersandbox; ensure that these pass before bumping! + 'tests/test_basic.py::test_format' + 'tests/test_basic.py::test_fsck' + 'tests/test_basic.py::test_list' 'tests/test_basic.py::test_list_inodes' 'tests/test_basic.py::test_list_dirent' ) diff --git a/sys-fs/bcachefs-tools/metadata.xml b/sys-fs/bcachefs-tools/metadata.xml index f86ecd3e8764..dbf11eaa9455 100644 --- a/sys-fs/bcachefs-tools/metadata.xml +++ b/sys-fs/bcachefs-tools/metadata.xml @@ -5,6 +5,10 @@ <email>Matt.Jolly@footclan.ninja</email> <name>Matt Jolly</name> </maintainer> + <maintainer type="person" proxied="yes"> + <email>csfore@posteo.net</email> + <name>Christopher Fore</name> + </maintainer> <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> |