@cryptotaxi247 / netdata-1 / commits / 585c17ec3

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.

Austin S. Hemmelgarn committed Jan 3, 2024 at 08:53 UTC 585c17ec3283eac20ea56d78d79267d6fb3b8abf
1 file changed +11
.github/data/distros.yml
+11
@@ -291,6 +291,17 @@ include:
291 packages:
292 <<: *ubuntu_packages
293 repo_distro: ubuntu/focal
294 +legacy: # Info for platforms we used to support and still need to handle packages for
295 + - <<: *fedora
296 + version: "37"
297 + packages:
298 + <<: *fedora_packages
299 + repo_distro: fedora/37
300 + - <<: *opensuse
301 + version: "15.4"
302 + packages:
303 + <<: *opensuse_packages
304 + repo_distro: opensuse/15.4
305 no_include: # Info for platforms not covered in CI
306 - distro: docker
307 version: "19.03 or newer"