mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-22 06:01:23 +00:00
turn off RS, enable more ml
This commit is contained in:
parent
039f0e1cf8
commit
9eafa701f6
@ -3,28 +3,32 @@
|
||||
|
||||
[baseos-source]
|
||||
name=Rocky Linux $releasever - BaseOS - Source
|
||||
baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/BaseOS/Source/
|
||||
mirrorlist=http://mirrorlist.rockylinux.org/?release=$releasever&arch=$basearch&repo=baseos-source&infra=$infra
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/BaseOS/Source/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||
|
||||
[appstream-source]
|
||||
name=Rocky Linux $releasever - AppStream - Source
|
||||
baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/AppStream/Source/
|
||||
mirrorlist=http://mirrorlist.rockylinux.org/?release=$releasever&arch=$basearch&repo=appstream-source&infra=$infra
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/AppStream/Source/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||
|
||||
[extras-source]
|
||||
name=Rocky Linux $releasever - Extras - Source
|
||||
baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/extras/Source/
|
||||
mirrorlist=http://mirrorlist.rockylinux.org/?release=$releasever&arch=$basearch&repo=extras-source&infra=$infra
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/extras/Source/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||
|
||||
[plus-source]
|
||||
name=Rocky Linux $releasever - Plus - Source
|
||||
baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/rockyplus/Source/
|
||||
mirrorlist=http://mirrorlist.rockylinux.org/?release=$releasever&arch=$basearch&repo=plus-source&infra=$infra
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/sources/$releasever/rockyplus/Source/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||
|
@ -69,7 +69,7 @@ Source1203: Rocky-Extras.repo
|
||||
|
||||
# Rocky Add-ons
|
||||
Source1210: Rocky-HighAvailability.repo
|
||||
Source1211: Rocky-ResilientStorage.repo
|
||||
#Source1211: Rocky-ResilientStorage.repo
|
||||
|
||||
# Rocky Special Stuff
|
||||
Source1220: Rocky-Media.repo
|
||||
@ -198,7 +198,6 @@ install -p -m 0644 %{SOURCE1201} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1202} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1203} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1210} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1211} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1220} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1222} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1223} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
|
Loading…
Reference in New Issue
Block a user