You've already forked ansible-role-repo-epel
fix: Dropped almalinux 9 🚧
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [almalinux8, almalinux9]
|
||||
os: [almalinux8]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[epel]
|
||||
name=Extra Packages for Enterprise Linux $releasever - $basearch
|
||||
{% if epel_specify_mirror is sameas true %}
|
||||
{% if epel_specify_mirror %}
|
||||
baseurl={{ epel_mirror_url }}/$releasever/Everything/$basearch
|
||||
{% else %}
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir
|
||||
@@ -12,7 +12,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
|
||||
|
||||
[epel-debuginfo]
|
||||
name=Extra Packages for Enterprise Linux $releasever - $basearch - Debug
|
||||
{% if epel_specify_mirror is sameas true %}
|
||||
{% if epel_specify_mirror %}
|
||||
baseurl={{ epel_mirror_url }}/$releasever/Everything/$basearch/debug
|
||||
{% else %}
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-$releasever&arch=$basearch&infra=$infra&content=$contentdir
|
||||
@@ -23,7 +23,7 @@ gpgcheck=1
|
||||
|
||||
[epel-source]
|
||||
name=Extra Packages for Enterprise Linux $releasever - $basearch - Source
|
||||
{% if epel_specify_mirror is sameas true %}
|
||||
{% if epel_specify_mirror %}
|
||||
baseurl={{ epel_mirror_url }}/$releasever/Everything/SRPMS
|
||||
{% else %}
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-$releasever&arch=$basearch&infra=$infra&content=$contentdir
|
||||
|
||||
Reference in New Issue
Block a user