From: John Mulligan Date: Wed, 15 Apr 2026 21:15:03 +0000 (-0400) Subject: CODEOWNERS: add a build-sig group for various build / test files X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8ecdabf5f6c84edefd9f457bc0d9c23a16b97798;p=ceph.git CODEOWNERS: add a build-sig group for various build / test files Add a new build-sig group that covers some of the high level tools and scripts used in the build and CI processes. This should help PRs not pass by without notifying people who care about these things. Signed-off-by: John Mulligan --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cd67ece4097c..e3a381e3c83b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -181,3 +181,16 @@ README* @ceph/doc-writers /src/test/cls_version @ceph/rgw /src/test/rgw @ceph/rgw /src/test/test_rgw* @ceph/rgw + +# build scripts and tools +/ceph.spec.in @ceph/build-sig +/container @ceph/build-sig +/debian @ceph/build-sig +/do_cmake.sh @ceph/build-sig +/install-deps.sh @ceph/build-sig +/make-debs.sh @ceph/build-sig +/make-srpm.sh @ceph/build-sig +/run-make-check.sh @ceph/build-sig +/src/script/build-with-container.py @ceph/build-sig +/src/script/buildcontainer-setup.sh @ceph/build-sig +/src/script/run-make.sh @ceph/build-sig