mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 06:32:30 +00:00
Revert broken DEB priority configuration in repoconfig packages. (#19783)
This commit is contained in:
parent
edc82776ae
commit
f25e15696f
3 changed files with 18 additions and 10 deletions
packaging/repoconfig
|
@ -10,7 +10,7 @@ list(APPEND DEB_DISTROS debian ubuntu)
|
||||||
set(DEB_GPG_KEY_SOURCE "https://repo.netdata.cloud/netdatabot.gpg.key")
|
set(DEB_GPG_KEY_SOURCE "https://repo.netdata.cloud/netdatabot.gpg.key")
|
||||||
|
|
||||||
set(PACKAGE_VERSION 4)
|
set(PACKAGE_VERSION 4)
|
||||||
set(PACKAGE_RELEASE 2)
|
set(PACKAGE_RELEASE 3)
|
||||||
|
|
||||||
set(CPACK_THREADS 0)
|
set(CPACK_THREADS 0)
|
||||||
set(CPACK_STRIP_FILES NO)
|
set(CPACK_STRIP_FILES NO)
|
||||||
|
@ -149,15 +149,15 @@ if(${DISTRO} IN_LIST DEB_DISTROS)
|
||||||
COMMENT "Dearmor ${CMAKE_BINARY_DIR}/netdatabot.gpg.key"
|
COMMENT "Dearmor ${CMAKE_BINARY_DIR}/netdatabot.gpg.key"
|
||||||
DEPENDS ${CMAKE_BINARY_DIR}/netdata.gpg)
|
DEPENDS ${CMAKE_BINARY_DIR}/netdata.gpg)
|
||||||
|
|
||||||
install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
|
# install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
|
||||||
DESTINATION etc/apt/preferences.d
|
# DESTINATION etc/apt/preferences.d
|
||||||
RENAME 80netdata
|
# RENAME 80netdata
|
||||||
COMPONENT netdata-repo)
|
# COMPONENT netdata-repo)
|
||||||
|
#
|
||||||
install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
|
# install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
|
||||||
DESTINATION etc/apt/preferences.d
|
# DESTINATION etc/apt/preferences.d
|
||||||
RENAME 80netdata
|
# RENAME 80netdata
|
||||||
COMPONENT netdata-repo-edge)
|
# COMPONENT netdata-repo-edge)
|
||||||
|
|
||||||
install(FILES ${CMAKE_BINARY_DIR}/netdata.gpg
|
install(FILES ${CMAKE_BINARY_DIR}/netdata.gpg
|
||||||
DESTINATION usr/share/keyrings
|
DESTINATION usr/share/keyrings
|
||||||
|
|
|
@ -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
|
@PKG_NAME@ (4-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Add priority configuration for repositories
|
* Add priority configuration for repositories
|
||||||
|
|
|
@ -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
|
* Mon Feb 24 2025 Austin Hemmelgarn <austin@netdata.cloud> 4-2
|
||||||
- Version bump to stay in sync with DEB packages.
|
- Version bump to stay in sync with DEB packages.
|
||||||
* Thu Oct 31 2024 Austin Hemmelgarn <austin@netdata.cloud> 4-1
|
* Thu Oct 31 2024 Austin Hemmelgarn <austin@netdata.cloud> 4-1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue