@cryptotaxi247 / netdata-1 / commits / caeb5a667

Add compatibility links for RHEL repos. (#14176)

Because RHEL does things differently than it’s various clones when compsing the value of the `$releasever` variable. Code to handle these is already in-place on the repository backend system, this is just properly codifying things here in an extensible manner.

Austin S. Hemmelgarn committed Dec 23, 2022 at 16:34 UTC caeb5a66733653e447ecf79627feb7372dc16c40
1 file changed +9
.github/data/distros.yml
+9
@@ -51,6 +51,9 @@ include:
51 packages: &alma_packages
52 type: rpm
53 repo_distro: el/9
54 + alt_links:
55 + - el/9Server
56 + - el/9Client
57 arches:
58 - x86_64
59 - aarch64
@@ -61,12 +64,18 @@ include:
64 packages:
65 <<: *alma_packages
66 repo_distro: el/8
67 + alt_links:
68 + - el/8Server
69 + - el/8Client
70
71 - distro: centos
72 version: "7"
73 packages:
74 type: rpm
75 repo_distro: el/7
76 + alt_links:
77 + - el/7Server
78 + - el/7Client
79 arches:
80 - x86_64
81 test: