The branch stable/14 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=56c59177a1b7ec842b48650f1cacad9551b44da1
commit 56c59177a1b7ec842b48650f1cacad9551b44da1 Author: Jose Luis Duran <jldu...@gmail.com> AuthorDate: 2024-07-23 18:06:37 +0000 Commit: Baptiste Daroussin <b...@freebsd.org> CommitDate: 2024-09-03 07:05:24 +0000 CODEOWNERS: Add nuageinit (cherry picked from commit 1991946cff2a4c87c9272c2ccc1c2fb3b1cfba96) --- .github/CODEOWNERS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bd735363716e..5d9e43f4e725 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # No locks listed here are valid. The only strict review requirements # are granted by core. These are documented in head/LOCKS and enforced # by svnadmin/conf/approvers. -# +# # The source tree is a community effort. However, some folks go to the # trouble of looking after particular areas of the tree. In return for # their active caretaking of the code it is polite to coordinate changes @@ -11,21 +11,21 @@ # committers can easily find somebody who is familiar with it. The notes # should specify if there is a 3rd party source tree involved or other # things that should be kept in mind. -# +# # However, this is not a 'big stick', it is an offer to help and a source # of guidance. It does not override the communal nature of the tree. # It is not a registry of 'turf' or private property. -# +# # *** # This list is prone to becoming stale quickly. The best way to find the recent # maintainer of a sub-system is to check recent logs for that directory or # sub-system. # *** -# +# # *** # Maintainers are encouraged to visit: # https://reviews.freebsd.org/herald -# +# # and configure Phabricator notifications for parts of the tree which they # maintain. Notifications can automatically be sent when someone proposes a # revision or makes a commit to the specified subtree. @@ -56,6 +56,7 @@ /lib/libfigpar @dag-erling /lib/libpam/ @dag-erling /lib/libvmmapi @bsdjhb @grehan-freebsd +/libexec/nuageinit/ @bapt /libexec/rc/rc.d/rctl/ @trasz /sbin/mount_fusefs @asomers /secure/usr.bin/openssl/ @juikim