CODEOWNERS: remove marc-hb

New assignment.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2024-08-29 08:29:01 -07:00 committed by Liam Girdwood
parent 0f4a246df1
commit 077187d500
1 changed files with 9 additions and 9 deletions

View File

@ -72,7 +72,7 @@ samples/audio/detect_test.c @iganakov
# other helpers # other helpers
# Many files overridden by *.(ba)sh pattern below # Many files overridden by *.(ba)sh pattern below
scripts/* @marc-hb # scripts/* TODO
# tools(old 'soft' repo) # tools(old 'soft' repo)
tools/logger/* @bkokoszx @akloniex tools/logger/* @bkokoszx @akloniex
@ -93,27 +93,27 @@ zephyr/lib/alloc.c @dabekjakub
zephyr/lib/regions_mm.c @dabekjakub zephyr/lib/regions_mm.c @dabekjakub
# installer # installer
installer/** @marc-hb # installer/** TODO
# CMake # CMake
# Include only "top-level" CMakeLists.txt files; the other ones are just # Include only "top-level" CMakeLists.txt files; the other ones are just
# dumb list of source files and generate too much noise. # dumb list of source files and generate too much noise.
/CMakeLists.txt @marc-hb # /CMakeLists.txt TODO
/*/CMakeLists.txt @marc-hb #/*/CMakeLists.txt TODO
/test/cmocka/CMakeLists.txt @marc-hb # /test/cmocka/CMakeLists.txt TODO
# There's a small enough number of files in tools/ and little # There's a small enough number of files in tools/ and little
# churn: keep it simple and take them all. # churn: keep it simple and take them all.
# FIXME: some topology CMakeLists.txt files are configuration files # FIXME: some topology CMakeLists.txt files are configuration files
# in disguise. Move them to actual configuration files. # in disguise. Move them to actual configuration files.
/tools/**/CMakeLists.txt @marc-hb # /tools/**/CMakeLists.txt TODO
*.sh @marc-hb # *.sh TODO
*.bash @marc-hb # *.bash TODO
*trace.* @akloniex *trace.* @akloniex
/.github/ @dbaluta @cujomalainey @lgirdwood @marc-hb /.github/ @dbaluta @cujomalainey @lgirdwood
# You can also use email addresses if you prefer. # You can also use email addresses if you prefer.
#docs/* docs@example.com #docs/* docs@example.com