mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 17:19:11 +00:00
Switch DEB/RPM repositories to new subdomain. (#18916)
This switches over to the new hosting for the repository data itself.
This commit is contained in:
parent
fd9b49b865
commit
ce852e1268
6 changed files with 21 additions and 13 deletions
|
@ -9,8 +9,8 @@ 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 3)
|
set(PACKAGE_VERSION 4)
|
||||||
set(PACKAGE_RELEASE 5)
|
set(PACKAGE_RELEASE 1)
|
||||||
|
|
||||||
set(CPACK_THREADS 0)
|
set(CPACK_THREADS 0)
|
||||||
set(CPACK_STRIP_FILES NO)
|
set(CPACK_STRIP_FILES NO)
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
|
@PKG_NAME@ (4-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Update repositories to new subdomain
|
||||||
|
|
||||||
|
-- Austin Hemmelgarn <austin@netdata.cloud> Thu, 31 Oct 2024 11:00:00 -0400
|
||||||
|
|
||||||
@PKG_NAME@ (3-5) unstable; urgency=medium
|
@PKG_NAME@ (3-5) unstable; urgency=medium
|
||||||
|
|
||||||
* Swithc DEB packages to fetch repo metadata by hash.
|
* Switch DEB packages to fetch repo metadata by hash.
|
||||||
|
|
||||||
-- Austin Hemmelgarn <austin@netdata.cloud> Thu, 12 Sep 2024 07:27:00 -0400
|
-- Austin Hemmelgarn <austin@netdata.cloud> Thu, 12 Sep 2024 07:27:00 -0400
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
[netdata]
|
[netdata]
|
||||||
name=Netdata
|
name=Netdata
|
||||||
baseurl=https://repo.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/@DIST_VERSION@/$basearch
|
baseurl=https://repository.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/@DIST_VERSION@/$basearch
|
||||||
repo_gpgcheck=1
|
repo_gpgcheck=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
gpgkey=https://repository.netdata.cloud/netdatabot.gpg.key
|
||||||
enabled=1
|
enabled=1
|
||||||
sslverify=1
|
sslverify=1
|
||||||
priority=50
|
priority=50
|
||||||
|
|
||||||
[netdata-repoconfig]
|
[netdata-repoconfig]
|
||||||
name=Netdata Repository Config
|
name=Netdata Repository Config
|
||||||
baseurl=https://repo.netdata.cloud/repos/repoconfig/@DIST_NAME@/@DIST_VERSION@/$basearch
|
baseurl=https://repository.netdata.cloud/repos/repoconfig/@DIST_NAME@/@DIST_VERSION@/$basearch
|
||||||
repo_gpgcheck=1
|
repo_gpgcheck=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
gpgkey=https://repository.netdata.cloud/netdatabot.gpg.key
|
||||||
enabled=1
|
enabled=1
|
||||||
sslverify=1
|
sslverify=1
|
||||||
priority=50
|
priority=50
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
[netdata]
|
[netdata]
|
||||||
name=Netdata
|
name=Netdata
|
||||||
baseurl=https://repo.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/@DIST_VERSION@/$basearch
|
baseurl=https://repository.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/@DIST_VERSION@/$basearch
|
||||||
repo_gpgcheck=1
|
repo_gpgcheck=1
|
||||||
pkg_gpgcheck=1
|
pkg_gpgcheck=1
|
||||||
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
gpgkey=https://repository.netdata.cloud/netdatabot.gpg.key
|
||||||
enabled=1
|
enabled=1
|
||||||
type=rpm-md
|
type=rpm-md
|
||||||
autorefresh=1
|
autorefresh=1
|
||||||
|
|
||||||
[netdata-repoconfig]
|
[netdata-repoconfig]
|
||||||
name=Netdata Repoconfig
|
name=Netdata Repoconfig
|
||||||
baseurl=https://repo.netdata.cloud/repos/repoconfig/@DIST_NAME@/@DIST_VERSION@/$basearch
|
baseurl=https://repository.netdata.cloud/repos/repoconfig/@DIST_NAME@/@DIST_VERSION@/$basearch
|
||||||
repo_gpgcheck=1
|
repo_gpgcheck=1
|
||||||
pkg_gpgcheck=1
|
pkg_gpgcheck=1
|
||||||
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
gpgkey=https://repository.netdata.cloud/netdatabot.gpg.key
|
||||||
enabled=1
|
enabled=1
|
||||||
type=rpm-md
|
type=rpm-md
|
||||||
autorefresh=1
|
autorefresh=1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
X-Repolib-Name: Netdata @VARIANT@ repository
|
X-Repolib-Name: Netdata @VARIANT@ repository
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: http://repo.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/
|
URIs: http://repository.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/
|
||||||
Suites: @SUITE@/
|
Suites: @SUITE@/
|
||||||
Signed-By: /usr/share/keyrings/netdata-archive-keyring.gpg
|
Signed-By: /usr/share/keyrings/netdata-archive-keyring.gpg
|
||||||
By-Hash: Yes
|
By-Hash: Yes
|
||||||
|
@ -8,7 +8,7 @@ Enabled: Yes
|
||||||
|
|
||||||
X-Repolib-Name: Netdata repository configuration repository
|
X-Repolib-Name: Netdata repository configuration repository
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: http://repo.netdata.cloud/repos/repoconfig/@DIST_NAME@/
|
URIs: http://repository.netdata.cloud/repos/repoconfig/@DIST_NAME@/
|
||||||
Suites: @SUITE@/
|
Suites: @SUITE@/
|
||||||
Signed-By: /usr/share/keyrings/netdata-archive-keyring.gpg
|
Signed-By: /usr/share/keyrings/netdata-archive-keyring.gpg
|
||||||
By-Hash: Yes
|
By-Hash: Yes
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
* Thu Oct 31 2024 Austin Hemmelgarn <austin@netdata.cloud> 4-1
|
||||||
|
- Switch repos to new subdomain.
|
||||||
* Thu Sep 17 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-5
|
* Thu Sep 17 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-5
|
||||||
- Fix changelog formatting.
|
- Fix changelog formatting.
|
||||||
* Mon Aug 19 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-4
|
* Mon Aug 19 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-4
|
||||||
|
|
Loading…
Add table
Reference in a new issue