mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00

* 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>
21 lines
566 B
Perl
21 lines
566 B
Perl
[netdata-edge]
|
|
name=Netdata Edge
|
|
baseurl=https://repo.netdata.cloud/repos/edge/amazonlinux/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
gpgcheck=1
|
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
|
enabled=1
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
priority=50
|
|
|
|
[netdata-repoconfig]
|
|
name=Netdata Repository Config
|
|
baseurl=https://repo.netdata.cloud/repos/repoconfig/amazonlinux/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
gpgcheck=1
|
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
|
enabled=1
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
priority=50
|