20 lines
778 B
Plaintext
20 lines
778 B
Plaintext
# This repository is safe to use with RHEL/CentOS base repository
|
|
# it only provides additional packages for the PHP stack
|
|
# all dependencies are in base repository or in EPEL
|
|
|
|
[remi-safe]
|
|
name=Safe Remi's RPM repository for Enterprise Linux 8 - $basearch
|
|
#baseurl=http://rpms.remirepo.net/enterprise/8/safe/$basearch/
|
|
#mirrorlist=https://rpms.remirepo.net/enterprise/8/safe/$basearch/httpsmirror
|
|
mirrorlist=http://cdn.remirepo.net/enterprise/8/safe/$basearch/mirror
|
|
enabled=1
|
|
gpgcheck=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
|
|
|
|
[remi-safe-debuginfo]
|
|
name=Remi's RPM repository for Enterprise Linux 8 - $basearch - debuginfo
|
|
baseurl=http://rpms.remirepo.net/enterprise/8/debug-remi/$basearch/
|
|
enabled=0
|
|
gpgcheck=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
|