This enables atomic updates to the repository metadata on the server
side, which should mitigate some of the issues we’ve seen with bad
hashes for packages.
* Move to using CPack for repository configuration packages.
This simplifies testing of changes to the configuration itself, as well
as making package builds marginally faster.
* Fix CMake handling for old RPM distros.
* Fix openSUSE detection.
* Fix file installation.
* Override code ownership for packaging/repoconfig/CMakeLists.txt
This way changes won’t bother people who aren’t actually responsible for
it.
* Update CI skip logic to work correctly with new repoconfig setup.
* Add improved status messages.
* Add repo config for Amazon Linux 2023.
dnf and yum resolve $releasever to a verbose release version (e.g. 2023.4.20240401).
However, there is no need to create repositories for every version Amazon comes up with.
Resolves https://github.com/netdata/netdata/issues/17324
* Have a more specific conditional file install (amzn2)
* Bump repo spec release for Amazon Linux changes.
- Explicitly pull in EPEL on all systems where it’s required in
kickstart.sh
- Explicitly depend on EPEL in our repository config packages for
systems where it’s required.
- Document the requirement to use EPEL on these systems.
* Add Amazon Linux 2 to CI and platform support.
* Fix conditional in repoconfig spec file.
* Fix package testing script.
* Add support to kickstart.sh.
* Fix pkg-test.sh typo.
* Fix CI support package handling.
* Make updater log to stderr if running under CI.
* Fix broken sed expressions in installer.
* Fix updater CI check WRT auto-update checking.
* Update .github/scripts/pkg-test.sh
Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
* Clean up package testing code.
* Fix filename matching for package testing.
---------
Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
* Add code for DEB repository config packages.
* Add code for RPM repository config packages.
And sync up Debian related code for consistency.
* Add workflow to build and upload repoconfig packages.
* Added repoconfig repository to repoconfig packages.
This ensures we have a singe source of truth for them, and will also
make switching between stable and nightly builds much easier.
* Use base images instead of dedicated package builders.
* Don0t prompt during DEB package builds.
* Fix typos.