summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-01-03 08:53:28 -0500
committerGitHub <noreply@github.com>2024-01-03 08:53:28 -0500
commit585c17ec3283eac20ea56d78d79267d6fb3b8abf (patch)
tree52740ea8d6067e96ce9d0c0333cd3a574f76b880 /.github/data/distros.yml
parente43376dab2721f9fe3403864f5d9d172d844152c (diff)
Add info to distros.yml for handling of legacy platforms. (#16718)
Specifically, record the information required for them to be handled correctly by our native package repositories.
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index ab4be0bdf6..2fa9161908 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -291,6 +291,17 @@ include:
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/focal
+legacy: # Info for platforms we used to support and still need to handle packages for
+ - <<: *fedora
+ version: "37"
+ packages:
+ <<: *fedora_packages
+ repo_distro: fedora/37
+ - <<: *opensuse
+ version: "15.4"
+ packages:
+ <<: *opensuse_packages
+ repo_distro: opensuse/15.4
no_include: # Info for platforms not covered in CI
- distro: docker
version: "19.03 or newer"