0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 22:38:55 +00:00

Fetch metadata by hash for DEB repos. ()

This enables atomic updates to the repository metadata on the server
side, which should mitigate some of the issues we’ve seen with bad
hashes for packages.
This commit is contained in:
Austin S. Hemmelgarn 2024-09-16 06:58:45 -04:00 committed by GitHub
parent 0320acd537
commit 2246fb180b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 4 deletions

View file

@ -10,7 +10,7 @@ list(APPEND DEB_DISTROS debian ubuntu)
set(DEB_GPG_KEY_SOURCE "https://repo.netdata.cloud/netdatabot.gpg.key")
set(PACKAGE_VERSION 3)
set(PACKAGE_RELEASE 4)
set(PACKAGE_RELEASE 5)
set(CPACK_THREADS 0)
set(CPACK_STRIP_FILES NO)

View file

@ -1,3 +1,9 @@
@PKG_NAME@ (3-5) unstable; urgency=medium
* Swithc DEB packages to fetch repo metadata by hash.
-- Austin Hemmelgarn <austin@netdata.cloud> Thu, 12 Sep 2024 07:27:00 -0400
@PKG_NAME@ (3-4) unstable; urgency=medium
* Convert sources to DEB822 format

View file

@ -3,7 +3,7 @@ Types: deb
URIs: http://repo.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/
Suites: @SUITE@/
Signed-By: /usr/share/keyrings/netdata-archive-keyring.gpg
By-Hash: No
By-Hash: Yes
Enabled: Yes
X-Repolib-Name: Netdata repository configuration repository
@ -11,5 +11,5 @@ Types: deb
URIs: http://repo.netdata.cloud/repos/repoconfig/@DIST_NAME@/
Suites: @SUITE@/
Signed-By: /usr/share/keyrings/netdata-archive-keyring.gpg
By-Hash: No
By-Hash: Yes
Enabled: Yes

View file

@ -1,4 +1,6 @@
* Mon Aug 19 2024 Austin Hemmelgarn <austin@netdata.cloud
* Thu Sep 17 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-5
- Fix changelog formatting.
* Mon Aug 19 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-4
- Version bump to stay in sync with DEB packages.
* Fri Aug 9 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-3
- Use system certificate config for Yum/DNF repos.