mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 09:11:50 +00:00
Use system certificate configuration for Yum/DNF repos. (#18293)
This commit is contained in:
parent
63631b495b
commit
2cb6079ca2
3 changed files with 8 additions and 2 deletions
packaging/repoconfig
|
@ -1,3 +1,9 @@
|
||||||
|
@PKG_NAME@ (3-3) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Version bump to keep in sync with RPM repo packages
|
||||||
|
|
||||||
|
-- Netdata Builder <bot@netdata.cloud> Fri, 9 Aug 2024 09:37:00 -0400
|
||||||
|
|
||||||
@PKG_NAME@ (3-2) unstable; urgency=medium
|
@PKG_NAME@ (3-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Version bump to keep in sync with RPM repo packages
|
* Version bump to keep in sync with RPM repo packages
|
||||||
|
|
|
@ -6,7 +6,6 @@ gpgcheck=1
|
||||||
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
||||||
enabled=1
|
enabled=1
|
||||||
sslverify=1
|
sslverify=1
|
||||||
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
||||||
priority=50
|
priority=50
|
||||||
|
|
||||||
[netdata-repoconfig]
|
[netdata-repoconfig]
|
||||||
|
@ -17,5 +16,4 @@ gpgcheck=1
|
||||||
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
||||||
enabled=1
|
enabled=1
|
||||||
sslverify=1
|
sslverify=1
|
||||||
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
||||||
priority=50
|
priority=50
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
* Fri Aug 9 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-3
|
||||||
|
- Use system certificate config for Yum/DNF repos.
|
||||||
* Mon Jun 24 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-2
|
* Mon Jun 24 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-2
|
||||||
- Fix package file names.
|
- Fix package file names.
|
||||||
* Fri Jun 14 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-1
|
* Fri Jun 14 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-1
|
||||||
|
|
Loading…
Add table
Reference in a new issue