mirror of
https://github.com/netdata/netdata.git
synced 2025-05-01 07:59:52 +00:00
Enable Sentry for Ubuntu and Debian native packages. (#17327)
Skip Debian 10 because it’s known to not work with this, and will be EOL in a few months anyway.
This commit is contained in:
parent
3520c940ad
commit
bdb311e143
1 changed files with 1 additions and 2 deletions
3
.github/data/distros.yml
vendored
3
.github/data/distros.yml
vendored
|
@ -155,7 +155,6 @@ include:
|
||||||
- <<: *debian
|
- <<: *debian
|
||||||
version: "11"
|
version: "11"
|
||||||
base_image: debian:bullseye
|
base_image: debian:bullseye
|
||||||
bundle_sentry: false
|
|
||||||
packages:
|
packages:
|
||||||
<<: *debian_packages
|
<<: *debian_packages
|
||||||
repo_distro: debian/bullseye
|
repo_distro: debian/bullseye
|
||||||
|
@ -282,7 +281,7 @@ include:
|
||||||
support_type: Core
|
support_type: Core
|
||||||
notes: ''
|
notes: ''
|
||||||
eol_check: true
|
eol_check: true
|
||||||
bundle_sentry: false
|
bundle_sentry: true
|
||||||
env_prep: |
|
env_prep: |
|
||||||
rm -f /etc/apt/apt.conf.d/docker && apt-get update
|
rm -f /etc/apt/apt.conf.d/docker && apt-get update
|
||||||
jsonc_removal: |
|
jsonc_removal: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue