You've already forked repo-almalinux
Initial Import
This commit is contained in:
39
templates/almalinux-ha.repo.j2
Normal file
39
templates/almalinux-ha.repo.j2
Normal 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
147
templates/almalinux.repo.j2
Normal 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
|
||||
Reference in New Issue
Block a user