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