mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-15 03:01:23 +00:00
24 lines
964 B
Plaintext
24 lines
964 B
Plaintext
|
# 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.
|
||
|
#
|
||
|
|
||
|
[lh]
|
||
|
name=Rocky Linux $releasever - LookAhead
|
||
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=lh-$releasever
|
||
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/lh/$basearch/os/
|
||
|
gpgcheck=1
|
||
|
enabled=0
|
||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rocky-9
|