git: 1991946cff2a - main - CODEOWNERS: Add nuageinit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jul 2024 09:17:15 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=1991946cff2a4c87c9272c2ccc1c2fb3b1cfba96
commit 1991946cff2a4c87c9272c2ccc1c2fb3b1cfba96
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2024-07-23 18:06:37 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-07-25 09:15:29 +0000
CODEOWNERS: Add nuageinit
---
.github/CODEOWNERS | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a66910608d92..98ef1f5db2ce 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.
@@ -58,6 +58,7 @@
/lib/libsecureboot/ @stephane-rochoy-stormshield
/lib/libveriexec/ @stephane-rochoy-stormshield
/lib/libvmmapi @bsdjhb @grehan-freebsd
+/libexec/nuageinit/ @bapt
/libexec/rc/rc.d/rctl/ @trasz
/sbin/ipf @cschuber
/sbin/mount_fusefs @asomers