mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +00:00

* 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.
19 lines
486 B
Text
19 lines
486 B
Text
[netdata]
|
|
name=Netdata
|
|
baseurl=https://repo.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/@DIST_VERSION@/$basearch
|
|
repo_gpgcheck=1
|
|
pkg_gpgcheck=1
|
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
|
enabled=1
|
|
type=rpm-md
|
|
autorefresh=1
|
|
|
|
[netdata-repoconfig]
|
|
name=Netdata Repoconfig
|
|
baseurl=https://repo.netdata.cloud/repos/repoconfig/@DIST_NAME@/@DIST_VERSION@/$basearch
|
|
repo_gpgcheck=1
|
|
pkg_gpgcheck=1
|
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
|
enabled=1
|
|
type=rpm-md
|
|
autorefresh=1
|