mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00

* Add code for DEB repository config packages. * Add code for RPM repository config packages. And sync up Debian related code for consistency. * Add workflow to build and upload repoconfig packages. * Added repoconfig repository to repoconfig packages. This ensures we have a singe source of truth for them, and will also make switching between stable and nightly builds much easier. * Use base images instead of dedicated package builders. * Don0t prompt during DEB package builds. * Fix typos.
19 lines
511 B
Text
19 lines
511 B
Text
[netdata-edge]
|
|
name=Netdata Edge
|
|
baseurl=https://packagecloud.io/netdata/netdata-edge/opensuse/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
pkg_gpgcheck=0
|
|
gpgkey=https://packagecloud.io/netdata/netdata-edge/gpgkey
|
|
enabled=1
|
|
type=rpm-md
|
|
autorefresh=1
|
|
|
|
[netdata-repoconfig]
|
|
name=Netdata Repoconfig
|
|
baseurl=https://packagecloud.io/netdata/netdata-repoconfig/opensuse/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
pkg_gpgcheck=0
|
|
gpgkey=https://packagecloud.io/netdata/netdata-repoconfig/gpgkey
|
|
enabled=1
|
|
type=rpm-md
|
|
autorefresh=1
|