@cryptotaxi247 / netdata-1 / commits / a82f498b8

Fix a few minor bits of build-related infrastructure. (#17051)

* Add vkalintiris as code owner for CMake related stuff. * Update GHA workflow file checks to properly flag CMake changes.

Austin S. Hemmelgarn committed Feb 26, 2024 at 04:20 UTC a82f498b822df2ad6c6c3915fb8ce063f75d9051
5 files changed +6
.github/CODEOWNERS
+2
@@ -26,6 +26,7 @@ src/health/notifications/ @Ferroin @thiagoftsm
26 src/ml/ @vkalintiris
27 src/libnetdata/ @thiagoftsm @vkalintiris
28 packaging/ @Ferroin @tkatsoulas
29 +packaging/cmake @Ferroin @vkalintiris
30 src/registry/ @novykh
31 src/streaming/ @thiagoftsm
32 system/ @Ferroin @tkatsoulas
@@ -43,6 +44,7 @@ Dockerfile* @Ferroin @tkatsoulas
44 .gitignore @Ferroin @tkatsoulas @vkalintiris
45 .codacy.yml @Ferroin @tkatsoulas
46 .yamllint.yml @Ferroin @tkatsoulas
47 +CMakeLists.txt @Ferroin @vkalintiris
48 netdata.spec.in @Ferroin @tkatsoulas
49 netdata-installer.sh @Ferroin @tkatsoulas
50 packaging/version @netdatabot @Ferroin @tkatsoulas
.github/workflows/build.yml
+1
@@ -53,6 +53,7 @@ jobs:
53 .github/scripts/get-static-cache-key.sh
54 .github/scripts/gen-matrix-build.py
55 .github/scripts/run-updater-check.sh
56 + packaging/cmake/
57 packaging/makeself/
58 packaging/installer/
59 packaging/*.sh
.github/workflows/checks.yml
+1
@@ -44,6 +44,7 @@ jobs:
44 .github/scripts/get-static-cache-key.sh
45 .github/scripts/gen-matrix-build.py
46 .github/scripts/run-updater-check.sh
47 + packaging/cmake/
48 packaging/*.version
49 packaging/*.checksums
50 src/aclk/aclk-schemas/
.github/workflows/docker.yml
+1
@@ -47,6 +47,7 @@ jobs:
47 netdata-installer.sh
48 .github/workflows/docker.yml
49 .github/scripts/docker-test.sh
50 + packaging/cmake/
51 packaging/docker/
52 packaging/installer/
53 packaging/runtime-check.sh
.github/workflows/packaging.yml
+1
@@ -59,6 +59,7 @@ jobs:
59 .github/workflows/packaging.yml
60 .github/scripts/gen-matrix-packaging.py
61 .github/scripts/pkg-test.sh
62 + packaging/cmake/
63 packaging/*.sh
64 packaging/*.version
65 packaging/*.checksums