0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-08 15:20:11 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Austin S. Hemmelgarn
c748b65849
Update DEB/RPM package signing key info. () 2025-03-17 11:09:53 -04:00
Austin S. Hemmelgarn
f25e15696f
Revert broken DEB priority configuration in repoconfig packages. () 2025-03-05 11:09:17 -05:00
Austin S. Hemmelgarn
bf340f9644
Add repository priority configuration for DEB package repositories. ()
* Add repository priority configuration for DEB package repositories.

* Fix quoting.
2025-03-05 08:17:42 -05:00
Austin S. Hemmelgarn
ce852e1268
Switch DEB/RPM repositories to new subdomain. ()
This switches over to the new hosting for the repository data itself.
2024-11-05 09:19:35 -05:00
Austin S. Hemmelgarn
2246fb180b
Fetch metadata by hash for DEB repos. ()
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.
2024-09-16 06:58:45 -04:00
Austin S. Hemmelgarn
77b6725666
Switch to DEB822 format for APT repository configuration. ()
* Switch to DEB822 format for APT repository configuration.

* Fix typos.
2024-08-20 07:02:59 -04:00
Austin S. Hemmelgarn
2cb6079ca2
Use system certificate configuration for Yum/DNF repos. () 2024-08-12 06:48:39 -04:00
Austin S. Hemmelgarn
6ec0651473
Fix RPM repoconfig naming ()
Fix naming of RPM repository configuration packages.
2024-06-25 07:11:07 -04:00
Austin S. Hemmelgarn
5217023dcd
Move to using CPack for repository configuration 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.
2024-06-18 08:43:02 -04:00