summaryrefslogtreecommitdiffstats
path: root/.github/data
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-12-23 16:34:55 -0500
committerGitHub <noreply@github.com>2022-12-23 16:34:55 -0500
commitcaeb5a66733653e447ecf79627feb7372dc16c40 (patch)
tree7f1137b41f501bb9323cb1967aec37ab6fd73567 /.github/data
parent3f140c7e4504fd1d554eda69e60b3851514fd4c8 (diff)
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.
Diffstat (limited to '.github/data')
-rw-r--r--.github/data/distros.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 53ba75b729..62a9a763ec 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -51,6 +51,9 @@ include:
packages: &alma_packages
type: rpm
repo_distro: el/9
+ alt_links:
+ - el/9Server
+ - el/9Client
arches:
- x86_64
- aarch64
@@ -61,12 +64,18 @@ include:
packages:
<<: *alma_packages
repo_distro: el/8
+ alt_links:
+ - el/8Server
+ - el/8Client
- distro: centos
version: "7"
packages:
type: rpm
repo_distro: el/7
+ alt_links:
+ - el/7Server
+ - el/7Client
arches:
- x86_64
test: