summaryrefslogtreecommitdiffstats
path: root/epel-8-remi-php74.cfg
blob: fba4345954537f953ae38e76acb9a4987aebfaa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include('templates/centos-8.tpl')
include('templates/epel-8.tpl')

config_opts['root'] = 'epel-8-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
config_opts['module_enable'] = ['php:remi-7.4']

config_opts['dnf.conf'] += """

[remi]
name=Remi's RPM repository for Enterprise Linux 8 - $basearch
mirrorlist=http://cdn.remirepo.net/enterprise/8/remi/$basearch/mirror
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///usr/share/distribution-gpg-keys/remi/RPM-GPG-KEY-remi2018

[remi-modular]
name=Remi's Modular repository for Enterprise Linux 8 - $basearch
mirrorlist=http://cdn.remirepo.net/enterprise/8/modular/$basearch/mirror
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///usr/share/distribution-gpg-keys/remi/RPM-GPG-KEY-remi2018
"""