parent
77f78a3aac
commit
ba80033493
@ -0,0 +1,30 @@ |
||||
# almalinux-ha.repo |
||||
|
||||
[ha] |
||||
name=AlmaLinux $releasever - HighAvailability |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/HighAvailability/$basearch/os/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
## Sources |
||||
[ha-source] |
||||
name=AlmaLinux $releasever - HighAvailability Source |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-source |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/HighAvailability/Source/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
## Debuginfo |
||||
[ha-debuginfo] |
||||
name=AlmaLinux $releasever - HighAvailability debuginfo |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-debuginfo |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/HighAvailability/debug/$basearch/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
@ -1,92 +1,111 @@ |
||||
# almalinux.repo |
||||
# |
||||
# The mirror system uses the connecting IP address of the client and the |
||||
# update status of each mirror to pick mirrors that are updated to and |
||||
# geographically close to the client. You should use this for AlmaLinux updates |
||||
# unless you are manually picking other mirrors. |
||||
# |
||||
|
||||
[baseos] |
||||
name=AlmaLinux 8.3 - BaseOS |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/BaseOS/$basearch/os/ |
||||
name=AlmaLinux $releasever - BaseOS |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/BaseOS/$basearch/os/ |
||||
enabled=1 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[appstream] |
||||
name=AlmaLinux 8.3 - AppStream |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/AppStream/$basearch/os/ |
||||
name=AlmaLinux $releasever - AppStream |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/AppStream/$basearch/os/ |
||||
enabled=1 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[powertools] |
||||
name=AlmaLinux 8.3 - PowerTools |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/PowerTools/$basearch/os/ |
||||
name=AlmaLinux $releasever - PowerTools |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/$basearch/os/ |
||||
enabled=1 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[extras] |
||||
name=AlmaLinux 8.3 - Extras |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/extras/$basearch/os/ |
||||
name=AlmaLinux $releasever - Extras |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/extras/$basearch/os/ |
||||
enabled=1 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
## Sources |
||||
[baseos-source] |
||||
name=AlmaLinux 8.3 - BaseOS Source |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/BaseOS/Source/ |
||||
name=AlmaLinux $releasever - BaseOS Source |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-source |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/BaseOS/Source/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[appstream-source] |
||||
name=AlmaLinux 8.3 - AppStream Source |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/AppStream/Source/ |
||||
name=AlmaLinux $releasever - AppStream Source |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-source |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/AppStream/Source/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[powertools-source] |
||||
name=AlmaLinux 8.3 - PowerTools Source |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/PowerTools/Source/ |
||||
name=AlmaLinux $releasever - PowerTools Source |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-source |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/Source/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[extras-source] |
||||
name=AlmaLinux 8.3 - Extras Source |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/extras/Source/ |
||||
name=AlmaLinux $releasever - Extras Source |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-source |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/extras/Source/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
## Debuginfo |
||||
[baseos-debuginfo] |
||||
name=AlmaLinux 8.3 - BaseOS debuginfo |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/BaseOS/debug/$basearch/ |
||||
name=AlmaLinux $releasever - BaseOS debuginfo |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-debuginfo |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/BaseOS/debug/$basearch/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[appstream-debuginfo] |
||||
name=AlmaLinux 8.3 - AppStream debuginfo |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/AppStream/debug/$basearch/ |
||||
name=AlmaLinux $releasever - AppStream debuginfo |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-debuginfo |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/AppStream/debug/$basearch/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[powertools-debuginfo] |
||||
name=AlmaLinux 8.3 - PowerTools debuginfo |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/PowerTools/debug/$basearch/ |
||||
name=AlmaLinux $releasever - PowerTools debuginfo |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-debuginfo |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/debug/$basearch/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
||||
[extras-debuginfo] |
||||
name=AlmaLinux 8.3 - Extras debuginfo |
||||
baseurl=https://repo.almalinux.org/almalinux/8.3-beta/extras/debug/$basearch/ |
||||
name=AlmaLinux $releasever - Extras debuginfo |
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-debuginfo |
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/extras/debug/$basearch/ |
||||
enabled=0 |
||||
gpgcheck=1 |
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
||||
fastestmirror=1 |
||||
|
Loading…
Reference in new issue