Initial Project import

This commit is contained in:
2021-05-02 17:12:46 +12:00
commit b12b212f6a
27 changed files with 762 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# almalinux-ha.repo
[ha]
name=AlmaLinux $releasever - HighAvailability
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/HighAvailability/$basearch/os/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
## Sources
[ha-source]
name=AlmaLinux $releasever - HighAvailability Source
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/HighAvailability/Source/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-source
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
## Debuginfo
[ha-debuginfo]
name=AlmaLinux $releasever - HighAvailability debuginfo
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/HighAvailability/debug/$basearch/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-debuginfo
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1

147
templates/almalinux.repo.j2 Normal file
View File

@@ -0,0 +1,147 @@
# almalinux.repo
[baseos]
name=AlmaLinux $releasever - BaseOS
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/BaseOS/$basearch/os/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos
{% endif %}
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[appstream]
name=AlmaLinux $releasever - AppStream
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/AppStream/$basearch/os/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream
{% endif %}
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[powertools]
name=AlmaLinux $releasever - PowerTools
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/PowerTools/$basearch/os/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools
{% endif %}
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[extras]
name=AlmaLinux $releasever - Extras
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/extras/$basearch/os/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras
{% endif %}
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
## Sources
[baseos-source]
name=AlmaLinux $releasever - BaseOS Source
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/BaseOS/Source/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-source
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[appstream-source]
name=AlmaLinux $releasever - AppStream Source
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/AppStream/Source/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-source
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[powertools-source]
name=AlmaLinux $releasever - PowerTools Source
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/PowerTools/Source/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-source
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[extras-source]
name=AlmaLinux $releasever - Extras Source
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/extras/Source/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-source
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
## Debuginfo
[baseos-debuginfo]
name=AlmaLinux $releasever - BaseOS debuginfo
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/BaseOS/debug/$basearch/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-debuginfo
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[appstream-debuginfo]
name=AlmaLinux $releasever - AppStream debuginfo
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/AppStream/debug/$basearch/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-debuginfo
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[powertools-debuginfo]
name=AlmaLinux $releasever - PowerTools debuginfo
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/PowerTools/debug/$basearch/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-debuginfo
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1
[extras-debuginfo]
name=AlmaLinux $releasever - Extras debuginfo
{% if almalinux_specify_mirror is sameas true %}
baseurl={{ almalinux_mirror_url }}/almalinux/$releasever/extras/debug/$basearch/
{% else %}
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-debuginfo
{% endif %}
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
fastestmirror=1

View File

@@ -0,0 +1,35 @@
[epel-testing]
name=Extra Packages for Enterprise Linux 7 - Testing - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/7/$basearch
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-epel7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
[epel-testing-debuginfo]
name=Extra Packages for Enterprise Linux 7 - Testing - $basearch - Debug
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/7/$basearch/debug
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-debug-epel7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
[epel-testing-source]
name=Extra Packages for Enterprise Linux 7 - Testing - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/7/SRPMS
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-source-epel7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1

View File

@@ -0,0 +1,35 @@
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/7/$basearch
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
[epel-debuginfo]
name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/7/$basearch/debug
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
[epel-source]
name=Extra Packages for Enterprise Linux 7 - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/7/SRPMS
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
{% endif %}
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1

View File

@@ -0,0 +1,33 @@
[epel-modular]
name=Extra Packages for Enterprise Linux Modular $releasever - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/$releasever/Modular/$basearch
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-modular-$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=1
gpgcheck=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
[epel-modular-debuginfo]
name=Extra Packages for Enterprise Linux Modular $releasever - $basearch - Debug
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/$releasever/Modular/$basearch/debug
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-modular-debug-$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1
[epel-modular-source]
name=Extra Packages for Enterprise Linux Modular $releasever - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/$releasever/Modular/SRPMS
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-modular-source-$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1

View File

@@ -0,0 +1,33 @@
[epel-playground]
name=Extra Packages for Enterprise Linux $releasever - Playground - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/playground/$releasever/Everything/$basearch/os
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=playground-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgcheck=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
[epel-playground-debuginfo]
name=Extra Packages for Enterprise Linux $releasever - Playground - $basearch - Debug
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/playground/$releasever/Everything/$basearch/debug
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=playground-debug-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1
[epel-playground-source]
name=Extra Packages for Enterprise Linux $releasever - Playground - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/playground/$releasever/Everything/source/tree/
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=playground-source-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1

View File

@@ -0,0 +1,33 @@
[epel-testing-modular]
name=Extra Packages for Enterprise Linux Modular $releasever - Testing - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/$releasever/Modular/$basearch
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-modular-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgcheck=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
[epel-testing-modular-debuginfo]
name=Extra Packages for Enterprise Linux Modular $releasever - Testing - $basearch - Debug
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/$releasever/Modular/$basearch/debug
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-modular-debug-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1
[epel-testing-modular-source]
name=Extra Packages for Enterprise Linux Modular $releasever - Testing - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/$releasever/Modular/SRPMS
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-modular-source-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1

View File

@@ -0,0 +1,33 @@
[epel-testing]
name=Extra Packages for Enterprise Linux $releasever - Testing - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/$releasever/Everything/$basearch
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgcheck=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
[epel-testing-debuginfo]
name=Extra Packages for Enterprise Linux $releasever - Testing - $basearch - Debug
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/$releasever/Everything/$basearch/debug
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-debug-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1
[epel-testing-source]
name=Extra Packages for Enterprise Linux $releasever - Testing - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/testing/$releasever/Everything/SRPMS
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-source-epel$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1

View File

@@ -0,0 +1,33 @@
[epel]
name=Extra Packages for Enterprise Linux $releasever - $basearch
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/$releasever/Everything/$basearch
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=1
gpgcheck=1
countme=1
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 %}
baseurl={{ epel_mirror_url }}/epel/$releasever/Everything/$basearch/debug
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1
[epel-source]
name=Extra Packages for Enterprise Linux $releasever - $basearch - Source
{% if epel_specify_mirror is sameas true %}
baseurl={{ epel_mirror_url }}/epel/$releasever/Everything/SRPMS
{% else %}
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-$releasever&arch=$basearch&infra=$infra&content=$contentdir
{% endif %}
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1