]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CODEOWNERS: add a build-sig group for various build / test files 68403/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 15 Apr 2026 21:15:03 +0000 (17:15 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 15 Apr 2026 21:15:03 +0000 (17:15 -0400)
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 <jmulligan@redhat.com>
.github/CODEOWNERS

index cd67ece4097cc397ff76837ba0e68258bccc5eeb..e3a381e3c83b635a302b78ec27d7c54881b37264 100644 (file)
@@ -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