committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
24
.etckeeper
24
.etckeeper
@@ -531,6 +531,7 @@ maybe chmod 0644 'dnf/protected.d/yum.conf'
|
|||||||
maybe chmod 0755 'dnf/vars'
|
maybe chmod 0755 'dnf/vars'
|
||||||
maybe chmod 0644 'dnf/vars/contentdir'
|
maybe chmod 0644 'dnf/vars/contentdir'
|
||||||
maybe chmod 0644 'dnf/vars/infra'
|
maybe chmod 0644 'dnf/vars/infra'
|
||||||
|
maybe chmod 0644 'dnf/vars/stream'
|
||||||
maybe chmod 0755 'docker'
|
maybe chmod 0755 'docker'
|
||||||
maybe chmod 0600 'docker/key.json'
|
maybe chmod 0600 'docker/key.json'
|
||||||
maybe chmod 0755 'dovecot'
|
maybe chmod 0755 'dovecot'
|
||||||
@@ -5189,18 +5190,17 @@ maybe chmod 0755 'xml'
|
|||||||
maybe chmod 0644 'xml/catalog'
|
maybe chmod 0644 'xml/catalog'
|
||||||
maybe chmod 0755 'yum'
|
maybe chmod 0755 'yum'
|
||||||
maybe chmod 0755 'yum.repos.d'
|
maybe chmod 0755 'yum.repos.d'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-AppStream.repo'
|
maybe chmod 0640 'yum.repos.d/CentOS-Linux-PowerTools.repo.rpmsave'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-BaseOS.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-AppStream.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-ContinuousRelease.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-BaseOS.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-Debuginfo.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-Debuginfo.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-Devel.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-Extras.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-Extras.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-HighAvailability.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-FastTrack.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-Media.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-HighAvailability.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-PowerTools.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-Media.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-RealTime.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-Plus.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-ResilientStorage.repo'
|
||||||
maybe chmod 0640 'yum.repos.d/CentOS-Linux-PowerTools.repo'
|
maybe chmod 0644 'yum.repos.d/CentOS-Stream-Sources.repo'
|
||||||
maybe chmod 0644 'yum.repos.d/CentOS-Linux-Sources.repo'
|
|
||||||
maybe chmod 0640 'yum.repos.d/atomic.repo'
|
maybe chmod 0640 'yum.repos.d/atomic.repo'
|
||||||
maybe chmod 0640 'yum.repos.d/bestcrypt.repo'
|
maybe chmod 0640 'yum.repos.d/bestcrypt.repo'
|
||||||
maybe chmod 0640 'yum.repos.d/docker-ce.repo'
|
maybe chmod 0640 'yum.repos.d/docker-ce.repo'
|
||||||
|
|||||||
1
dnf/vars/stream
Normal file
1
dnf/vars/stream
Normal file
@@ -0,0 +1 @@
|
|||||||
|
8-stream
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
# CentOS-Linux-ContinuousRelease.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 CentOS 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 Continuous Release (CR) repository contains packages for the next minor
|
|
||||||
# release of CentOS Linux. This repository only has content in the time period
|
|
||||||
# between an upstream release and the official CentOS Linux release. These
|
|
||||||
# packages have not been fully tested yet and should be considered beta
|
|
||||||
# quality. They are made available for people willing to test and provide
|
|
||||||
# feedback for the next release.
|
|
||||||
|
|
||||||
[cr]
|
|
||||||
name=CentOS Linux $releasever - ContinuousRelease
|
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=cr&infra=$infra
|
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/cr/$basearch/os/
|
|
||||||
gpgcheck=1
|
|
||||||
enabled=0
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
# CentOS-Linux-Sources.repo
|
|
||||||
|
|
||||||
[baseos-source]
|
|
||||||
name=CentOS Linux $releasever - BaseOS - Source
|
|
||||||
baseurl=http://vault.centos.org/$contentdir/$releasever/BaseOS/Source/
|
|
||||||
gpgcheck=1
|
|
||||||
enabled=0
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
||||||
|
|
||||||
[appstream-source]
|
|
||||||
name=CentOS Linux $releasever - AppStream - Source
|
|
||||||
baseurl=http://vault.centos.org/$contentdir/$releasever/AppStream/Source/
|
|
||||||
gpgcheck=1
|
|
||||||
enabled=0
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
||||||
|
|
||||||
[powertools-source]
|
|
||||||
name=CentOS Linux $releasever - PowerTools - Source
|
|
||||||
baseurl=http://vault.centos.org/$contentdir/$releasever/PowerTools/Source/
|
|
||||||
gpgcheck=1
|
|
||||||
enabled=0
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
||||||
|
|
||||||
[extras-source]
|
|
||||||
name=CentOS Linux $releasever - Extras - Source
|
|
||||||
baseurl=http://vault.centos.org/$contentdir/$releasever/extras/Source/
|
|
||||||
gpgcheck=1
|
|
||||||
enabled=0
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
||||||
|
|
||||||
[plus-source]
|
|
||||||
name=CentOS Linux $releasever - Plus - Source
|
|
||||||
baseurl=http://vault.centos.org/$contentdir/$releasever/centosplus/Source/
|
|
||||||
gpgcheck=1
|
|
||||||
enabled=0
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# CentOS-Linux-AppStream.repo
|
# CentOS-Stream-AppStream.repo
|
||||||
#
|
#
|
||||||
# The mirrorlist system uses the connecting IP address of the client and the
|
# 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
|
# update status of each mirror to pick current mirrors that are geographically
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
# baseurl line instead.
|
# baseurl line instead.
|
||||||
|
|
||||||
[appstream]
|
[appstream]
|
||||||
name=CentOS Linux $releasever - AppStream
|
name=CentOS Stream $releasever - AppStream
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=AppStream&infra=$infra
|
mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/AppStream/$basearch/os/
|
#baseurl=http://mirror.centos.org/$contentdir/$stream/AppStream/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# CentOS-Linux-BaseOS.repo
|
# CentOS-Stream-BaseOS.repo
|
||||||
#
|
#
|
||||||
# The mirrorlist system uses the connecting IP address of the client and the
|
# 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
|
# update status of each mirror to pick current mirrors that are geographically
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
# baseurl line instead.
|
# baseurl line instead.
|
||||||
|
|
||||||
[baseos]
|
[baseos]
|
||||||
name=CentOS Linux $releasever - BaseOS
|
name=CentOS Stream $releasever - BaseOS
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=BaseOS&infra=$infra
|
mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/BaseOS/$basearch/os/
|
#baseurl=http://mirror.centos.org/$contentdir/$stream/BaseOS/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
# CentOS-Linux-Debuginfo.repo
|
# CentOS-Stream-Debuginfo.repo
|
||||||
#
|
#
|
||||||
# All debug packages are merged into a single repo, split by basearch, and are
|
# All debug packages are merged into a single repo, split by basearch, and are
|
||||||
# not signed.
|
# not signed.
|
||||||
|
|
||||||
[debuginfo]
|
[debuginfo]
|
||||||
name=CentOS Linux $releasever - Debuginfo
|
name=CentOS Stream $releasever - Debuginfo
|
||||||
baseurl=http://debuginfo.centos.org/$releasever/$basearch/
|
baseurl=http://debuginfo.centos.org/$stream/$basearch/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# CentOS-Linux-Extras.repo
|
# CentOS-Stream-Extras.repo
|
||||||
#
|
#
|
||||||
# The mirrorlist system uses the connecting IP address of the client and the
|
# 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
|
# update status of each mirror to pick current mirrors that are geographically
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
# baseurl line instead.
|
# baseurl line instead.
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
name=CentOS Linux $releasever - Extras
|
name=CentOS Stream $releasever - Extras
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
|
mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/extras/$basearch/os/
|
#baseurl=http://mirror.centos.org/$contentdir/$stream/extras/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# CentOS-Linux-HighAvailability.repo
|
# CentOS-Stream-HighAvailability.repo
|
||||||
#
|
#
|
||||||
# The mirrorlist system uses the connecting IP address of the client and the
|
# 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
|
# update status of each mirror to pick current mirrors that are geographically
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
# baseurl line instead.
|
# baseurl line instead.
|
||||||
|
|
||||||
[ha]
|
[ha]
|
||||||
name=CentOS Linux $releasever - HighAvailability
|
name=CentOS Stream $releasever - HighAvailability
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=HighAvailability&infra=$infra
|
mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/HighAvailability/$basearch/os/
|
#baseurl=http://mirror.centos.org/$contentdir/$stream/HighAvailability/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
# CentOS-Linux-Media.repo
|
# CentOS-Stream-Media.repo
|
||||||
#
|
#
|
||||||
# You can use this repo to install items directly off the installation media.
|
# You can use this repo to install items directly off the installation media.
|
||||||
# Verify your mount point matches one of the below file:// paths.
|
# Verify your mount point matches one of the below file:// paths.
|
||||||
|
|
||||||
[media-baseos]
|
[media-baseos]
|
||||||
name=CentOS Linux $releasever - Media - BaseOS
|
name=CentOS Stream $releasever - Media - BaseOS
|
||||||
baseurl=file:///media/CentOS/BaseOS
|
baseurl=file:///media/CentOS/BaseOS
|
||||||
file:///media/cdrom/BaseOS
|
file:///media/cdrom/BaseOS
|
||||||
file:///media/cdrecorder/BaseOS
|
file:///media/cdrecorder/BaseOS
|
||||||
@@ -13,7 +13,7 @@ enabled=0
|
|||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
[media-appstream]
|
[media-appstream]
|
||||||
name=CentOS Linux $releasever - Media - AppStream
|
name=CentOS Stream $releasever - Media - AppStream
|
||||||
baseurl=file:///media/CentOS/AppStream
|
baseurl=file:///media/CentOS/AppStream
|
||||||
file:///media/cdrom/AppStream
|
file:///media/cdrom/AppStream
|
||||||
file:///media/cdrecorder/AppStream
|
file:///media/cdrecorder/AppStream
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# CentOS-Linux-FastTrack.repo
|
# CentOS-Stream-PowerTools.repo
|
||||||
#
|
#
|
||||||
# The mirrorlist system uses the connecting IP address of the client and the
|
# 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
|
# update status of each mirror to pick current mirrors that are geographically
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# If the mirrorlist does not work for you, you can try the commented out
|
# If the mirrorlist does not work for you, you can try the commented out
|
||||||
# baseurl line instead.
|
# baseurl line instead.
|
||||||
|
|
||||||
[fasttrack]
|
[powertools]
|
||||||
name=CentOS Linux $releasever - FastTrack
|
name=CentOS Stream $releasever - PowerTools
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack&infra=$infra
|
mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/fasttrack/$basearch/os/
|
#baseurl=http://mirror.centos.org/$contentdir/$stream/PowerTools/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# CentOS-Linux-Plus.repo
|
# CentOS-Stream-RealTime.repo
|
||||||
#
|
#
|
||||||
# The mirrorlist system uses the connecting IP address of the client and the
|
# 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
|
# update status of each mirror to pick current mirrors that are geographically
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# If the mirrorlist does not work for you, you can try the commented out
|
# If the mirrorlist does not work for you, you can try the commented out
|
||||||
# baseurl line instead.
|
# baseurl line instead.
|
||||||
|
|
||||||
[plus]
|
[rt]
|
||||||
name=CentOS Linux $releasever - Plus
|
name=CentOS Stream $releasever - RealTime
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
|
mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/centosplus/$basearch/os/
|
#baseurl=http://mirror.centos.org/$contentdir/$stream/RT/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# CentOS-Linux-Devel.repo
|
# CentOS-Stream-ResilientStorage.repo
|
||||||
#
|
#
|
||||||
# The mirrorlist system uses the connecting IP address of the client and the
|
# 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
|
# update status of each mirror to pick current mirrors that are geographically
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# If the mirrorlist does not work for you, you can try the commented out
|
# If the mirrorlist does not work for you, you can try the commented out
|
||||||
# baseurl line instead.
|
# baseurl line instead.
|
||||||
|
|
||||||
[devel]
|
[resilientstorage]
|
||||||
name=CentOS Linux $releasever - Devel WARNING! FOR BUILDROOT USE ONLY!
|
name=CentOS Stream $releasever - ResilientStorage
|
||||||
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=Devel&infra=$infra
|
mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=ResilientStorage&infra=$infra
|
||||||
#baseurl=http://mirror.centos.org/$contentdir/$releasever/Devel/$basearch/os/
|
#baseurl=http://mirror.centos.org/$contentdir/$stream/ResilientStorage/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
50
yum.repos.d/CentOS-Stream-Sources.repo
Normal file
50
yum.repos.d/CentOS-Stream-Sources.repo
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# CentOS-Stream-Sources.repo
|
||||||
|
|
||||||
|
[baseos-source]
|
||||||
|
name=CentOS Stream $releasever - BaseOS - Source
|
||||||
|
baseurl=http://vault.centos.org/$contentdir/$stream/BaseOS/Source/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[appstream-source]
|
||||||
|
name=CentOS Stream $releasever - AppStream - Source
|
||||||
|
baseurl=http://vault.centos.org/$contentdir/$stream/AppStream/Source/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[powertools-source]
|
||||||
|
name=CentOS Stream $releasever - PowerTools - Source
|
||||||
|
baseurl=http://vault.centos.org/$contentdir/$stream/PowerTools/Source/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[extras-source]
|
||||||
|
name=CentOS Stream $releasever - Extras - Source
|
||||||
|
baseurl=http://vault.centos.org/$contentdir/$stream/extras/Source/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[ha-source]
|
||||||
|
name=CentOS Stream $releasever - HighAvailability - Source
|
||||||
|
baseurl=http://vault.centos.org/$contentdir/$stream/HighAvailability/Source/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[rt-source]
|
||||||
|
name=CentOS Stream $releasever - RT - Source
|
||||||
|
baseurl=http://vault.centos.org/$contentdir/$stream/RT/Source/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[resilientstorage-source]
|
||||||
|
name=CentOS Stream $releasever - ResilientStorage - Source
|
||||||
|
baseurl=http://vault.centos.org/$contentdir/$stream/ResilientStorage/Source/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
Reference in New Issue
Block a user