2021-11-01 19:38:56 +00:00
|
|
|
# Rocky-LH.repo
|
|
|
|
#
|
|
|
|
# The mirrorlist system uses the connecting IP address of the client and the
|
|
|
|
# update status of each mirror to pick current mirrors that are geographically
|
|
|
|
# close to the client. You should use this for Rocky updates unless you are
|
|
|
|
# manually picking other mirrors.
|
|
|
|
#
|
|
|
|
# If the mirrorlist does not work for you, you can try the commented out
|
|
|
|
# baseurl line instead.
|
|
|
|
#
|
|
|
|
# The Look Ahead (LH) repository contains packages for the next minor release
|
|
|
|
# or even further of Rocky Linux and Enterprise Linux in general. This
|
|
|
|
# repository *only* has content that is ahead of a stable release. These
|
|
|
|
# packages are not tested and should always be considered beta quality.
|
|
|
|
#
|
|
|
|
|
2021-11-02 20:12:43 +00:00
|
|
|
[lh-baseos]
|
|
|
|
name=Rocky Linux $releasever - LookAhead BaseOS
|
|
|
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=lh-baseos-$releasever
|
|
|
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/lh/BaseOS/$basearch/os/
|
|
|
|
gpgcheck=1
|
|
|
|
enabled=0
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rocky-9
|
|
|
|
|
|
|
|
[lh-appstream]
|
|
|
|
name=Rocky Linux $releasever - LookAhead AppStream
|
|
|
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=lh-appstream-$releasever
|
|
|
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/lh/AppStream/$basearch/os/
|
|
|
|
gpgcheck=1
|
|
|
|
enabled=0
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rocky-9
|
|
|
|
|
|
|
|
[lh-crb]
|
|
|
|
name=Rocky Linux $releasever - LookAhead CRB
|
|
|
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=lh-crb-$releasever
|
|
|
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/lh/CRB/$basearch/os/
|
2021-11-01 19:38:56 +00:00
|
|
|
gpgcheck=1
|
|
|
|
enabled=0
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rocky-9
|