1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

CODEOWNERS: Add nuageinit

This commit is contained in:
Jose Luis Duran 2024-07-23 18:06:37 +00:00 committed by Baptiste Daroussin
parent 98dd639c94
commit 1991946cff

11
.github/CODEOWNERS vendored
View File

@ -2,7 +2,7 @@
# No locks listed here are valid. The only strict review requirements # No locks listed here are valid. The only strict review requirements
# are granted by core. These are documented in head/LOCKS and enforced # are granted by core. These are documented in head/LOCKS and enforced
# by svnadmin/conf/approvers. # by svnadmin/conf/approvers.
# #
# The source tree is a community effort. However, some folks go to the # 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 # trouble of looking after particular areas of the tree. In return for
# their active caretaking of the code it is polite to coordinate changes # 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 # 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 # should specify if there is a 3rd party source tree involved or other
# things that should be kept in mind. # things that should be kept in mind.
# #
# However, this is not a 'big stick', it is an offer to help and a source # 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. # of guidance. It does not override the communal nature of the tree.
# It is not a registry of 'turf' or private property. # 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 # 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 # maintainer of a sub-system is to check recent logs for that directory or
# sub-system. # sub-system.
# *** # ***
# #
# *** # ***
# Maintainers are encouraged to visit: # Maintainers are encouraged to visit:
# https://reviews.freebsd.org/herald # https://reviews.freebsd.org/herald
# #
# and configure Phabricator notifications for parts of the tree which they # and configure Phabricator notifications for parts of the tree which they
# maintain. Notifications can automatically be sent when someone proposes a # maintain. Notifications can automatically be sent when someone proposes a
# revision or makes a commit to the specified subtree. # revision or makes a commit to the specified subtree.
@ -58,6 +58,7 @@
/lib/libsecureboot/ @stephane-rochoy-stormshield /lib/libsecureboot/ @stephane-rochoy-stormshield
/lib/libveriexec/ @stephane-rochoy-stormshield /lib/libveriexec/ @stephane-rochoy-stormshield
/lib/libvmmapi @bsdjhb @grehan-freebsd /lib/libvmmapi @bsdjhb @grehan-freebsd
/libexec/nuageinit/ @bapt
/libexec/rc/rc.d/rctl/ @trasz /libexec/rc/rc.d/rctl/ @trasz
/sbin/ipf @cschuber /sbin/ipf @cschuber
/sbin/mount_fusefs @asomers /sbin/mount_fusefs @asomers