0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 09:38:34 +00:00
netdata_netdata/packaging/repoconfig/netdata-edge.repo.centos
Austin S. Hemmelgarn f6a771e735
Add code for repository configuration packages. ()
* 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.
2021-07-30 07:27:51 -04:00

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