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

* 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.
19 lines
556 B
Text
19 lines
556 B
Text
[netdata-edge]
|
|
name=Netdata Edge
|
|
baseurl=https://packagecloud.io/netdata/netdata-edge/el/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
gpgcheck=0
|
|
gpgkey=https://packagecloud.io/netdata/netdata-edge/gpgkey
|
|
enabled=1
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
|
|
[netdata-repoconfig]
|
|
name=Netdata Repository Config
|
|
baseurl=https://packagecloud.io/netdata/netdata-repoconfig/el/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
gpgcheck=0
|
|
gpgkey=https://packagecloud.io/netdata/netdata-repoconfig/gpgkey
|
|
enabled=1
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|