From 12306a3e05ba5778447c26f2e80a4c71da5bee0c Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Wed, 14 Feb 2024 07:01:52 -0500 Subject: Assorted cleanup of CI/packaging related code. (#16938) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Drop unused Dockerfile.test. It’s not been used for years, and it doesn’t even work at this point for it’s intended purpose. * Remove CodeClimate configuration. We’re not using it anymore, so there is no point to keeping the configuration around. * Remove the build_external directory. This isn’t used by any of our code AFAICT, and if it _is_ needed, it should actually be in some sub-directory of `tests` instead of a top-level directory whose name doesn’t even describe what it does. * Remove .gitattributes If there's any objection we can reinstate it. * Move coverity-scan.sh under packaging/utils * Move cmake files under packaging/cmake * Remove devcontainer * Fix up coverity script to run correctly from new location. --------- Co-authored-by: vkalintiris --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6945ebdc71..ef9f438587 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1522,7 +1522,7 @@ set_source_files_properties(JudyLTables.c PROPERTIES COMPILE_OPTIONS "-I${CMAKE_ # build libnetdata # -include(systemd.cmake) +include(packaging/cmake/systemd.cmake) add_library(libnetdata STATIC ${LIBNETDATA_FILES}) @@ -2229,7 +2229,7 @@ if (NOT NETDATA_USER) endif() set(VERSION "${GIT_DESCRIBE_OUTPUT}") -configure_file(config.cmake.h.in config.h) +configure_file(packaging/cmake/config.cmake.h.in config.h) # # install -- cgit v1.2.3