Skip to content

Commit ca47a95

Browse files
author
John B. Wyatt IV
committed
Merge branch 'jwyatt-update' into 'main'
Update Maintainer Information See merge request redhat/centos-stream/src/kernel/documentation!560
2 parents deec55c + 2eafc7d commit ca47a95

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ acknowledges the DCO, https://developercertificate.org.
6161
1. Fork https://gitlab.com/redhat/centos-stream/src/kernel/documentation in Gitlab
6262
2. Git clone your forked repository and create a private branch for your changes
6363
3. Don't touch the RHMAINTAINERS & CODEOWNERS files - only edit info/owners.yaml
64-
4. Run `make` after changing info/onwners.yaml but before before you `git commit`
64+
4. Run `make` after changing info/owners.yaml but before before you `git commit`
6565
5. Git push your private branch to Gitlab and create your merge request
6666

6767
```

info/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Makefile.rhelver jfaracco@redhat.com
3939
[RHEL 9.0 Real Time Kernel Maintainer]
4040
Makefile.rhelver ezulian@redhat.com
4141

42+
[CentOS Stream 8 Real Time Kernel Maintainer]
43+
Makefile.rhelver jwyatt@redhat.com
44+
4245
[RHEL 8.8 Kernel Maintainer]
4346
Makefile.rhelver lzampier@redhat.com
4447

info/RHMAINTAINERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ R: Luis Claudio Goncalves <lgoncalv@redhat.com>
115115
R: Donald Zickus <dzickus@redhat.com>
116116
R: Prarit Bhargava <prarit@redhat.com>
117117
R: Jarod Wilson <jarod@redhat.com>
118+
R: John B. Wyatt IV <jwyatt@redhat.com>
119+
R: Derek Barbosa <debarbos@redhat.com>
120+
R: Eder Zulian <ezulian@redhat.com>
118121
S: Supported
119122
F: makefile
120123
F: Makefile
@@ -132,6 +135,11 @@ M: Eder Zulian <ezulian@redhat.com>
132135
S: Supported
133136
F: Makefile.rhelver
134137

138+
CentOS Stream 8 Real Time Kernel Maintainer
139+
M: John B. Wyatt IV <jwyatt@redhat.com>
140+
S: Supported
141+
F: Makefile.rhelver
142+
135143
RHEL 8.8 Kernel Maintainer
136144
M: Lucas Zampieri <lzampier@redhat.com>
137145
S: Supported

info/owners.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,15 @@ subsystems:
220220
- name: Jarod Wilson
221221
email: jarod@redhat.com
222222
gluser: jwilsonrh
223+
- name: John B. Wyatt IV
224+
email: jwyatt@redhat.com
225+
gluser: jwyatt-rh
226+
- name: Derek Barbosa
227+
email: debarbos@redhat.com
228+
gluser: debarbos
229+
- name: Eder Zulian
230+
email: ezulian@redhat.com
231+
gluser: ezulian
223232
paths:
224233
includes:
225234
- makefile
@@ -260,6 +269,22 @@ subsystems:
260269
paths:
261270
includes:
262271
- Makefile.rhelver
272+
- subsystem: CentOS Stream 8 Real Time Kernel Maintainer
273+
labels:
274+
name: redhat
275+
status: Supported
276+
devel-sst:
277+
- rhel-sst-kernel-rts
278+
qe-sst:
279+
- rhel-sst-kernel-rts
280+
requiredApproval: true
281+
maintainers:
282+
- name: John B. Wyatt IV
283+
email: jwyatt@redhat.com
284+
gluser: jwyatt-rh
285+
paths:
286+
includes:
287+
- Makefile.rhelver
263288
- subsystem: RHEL 8.8 Kernel Maintainer
264289
labels:
265290
name: redhat

0 commit comments

Comments
 (0)