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

Revert broken DEB priority configuration in repoconfig packages. ()

This commit is contained in:
Austin S. Hemmelgarn 2025-03-05 11:09:17 -05:00 committed by GitHub
parent edc82776ae
commit f25e15696f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 10 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 4)
set(PACKAGE_RELEASE 2)
set(PACKAGE_RELEASE 3)
set(CPACK_THREADS 0)
set(CPACK_STRIP_FILES NO)
@ -149,15 +149,15 @@ if(${DISTRO} IN_LIST DEB_DISTROS)
COMMENT "Dearmor ${CMAKE_BINARY_DIR}/netdatabot.gpg.key"
DEPENDS ${CMAKE_BINARY_DIR}/netdata.gpg)
install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
DESTINATION etc/apt/preferences.d
RENAME 80netdata
COMPONENT netdata-repo)
install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
DESTINATION etc/apt/preferences.d
RENAME 80netdata
COMPONENT netdata-repo-edge)
# install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
# DESTINATION etc/apt/preferences.d
# RENAME 80netdata
# COMPONENT netdata-repo)
#
# install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
# DESTINATION etc/apt/preferences.d
# RENAME 80netdata
# COMPONENT netdata-repo-edge)
install(FILES ${CMAKE_BINARY_DIR}/netdata.gpg
DESTINATION usr/share/keyrings

View file

@ -1,3 +1,9 @@
@PKG_NAME@ (4-3) unstable; urgency=medium
* Revert broken priority configuration
-- Austin Hemmelgarn <austin@netdata.cloud> Wed, 3 Mar 2025 10:13:00 -0500
@PKG_NAME@ (4-2) unstable; urgency=medium
* Add priority configuration for repositories

View file

@ -1,3 +1,5 @@
* Wed Mar 3 2025 Austin Hemmelgarn <austin@netdata.cloud> 4-3
- Version bump to stay in sync with DEB packages.
* Mon Feb 24 2025 Austin Hemmelgarn <austin@netdata.cloud> 4-2
- Version bump to stay in sync with DEB packages.
* Thu Oct 31 2024 Austin Hemmelgarn <austin@netdata.cloud> 4-1