2021-04-09 03:50:23 +00:00
|
|
|
# Rocky-Extras.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.
|
|
|
|
|
|
|
|
[extras]
|
|
|
|
name=Rocky Linux $releasever - Extras
|
2021-06-05 15:47:07 +00:00
|
|
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever
|
2021-04-29 01:44:13 +00:00
|
|
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/extras/$basearch/os/
|
2021-04-09 03:50:23 +00:00
|
|
|
gpgcheck=1
|
|
|
|
enabled=1
|
2021-10-12 22:09:30 +00:00
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rocky-9
|
2021-10-20 03:10:35 +00:00
|
|
|
|
|
|
|
[extras-debug]
|
|
|
|
name=Rocky Linux $releasever - Extras Debug
|
|
|
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever-debug
|
|
|
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/extras/$basearch/debug/tree/
|
|
|
|
gpgcheck=1
|
|
|
|
enabled=1
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rocky-9
|
|
|
|
|
|
|
|
[extras-source]
|
|
|
|
name=Rocky Linux $releasever - Extras Source
|
|
|
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever-source
|
|
|
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/extras/source/tree/
|
|
|
|
gpgcheck=1
|
|
|
|
enabled=1
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rocky-9
|