summaryrefslogtreecommitdiffstats
path: root/el9x.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'el9x.tpl')
-rw-r--r--el9x.tpl20
1 files changed, 12 insertions, 8 deletions
diff --git a/el9x.tpl b/el9x.tpl
index bad16d8..177fb56 100644
--- a/el9x.tpl
+++ b/el9x.tpl
@@ -20,7 +20,7 @@ config_opts['createrepo_on_rpms'] = True
config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
config_opts['macros']['%_topdir']="/builddir/build"
-config_opts['macros']['%_smp_mflags']="-j10"
+config_opts['macros']['%_smp_mflags']="-j15"
config_opts['macros']['%dist']=".el9.remi"
config_opts['macros']['%rhel']="9"
config_opts['macros']['%_with_ibase']="1"
@@ -29,7 +29,7 @@ config_opts['macros']['%runselftest']="1"
config_opts['environment']['ACCEPT_EULA'] = 'Y'
-config_opts['module_enable'] = ['php:remi-8.0']
+config_opts['module_enable'] = ['php:remi-8.0', 'redis:remi-7.0']
config_opts['yum.conf'] = """
[main]
@@ -61,16 +61,16 @@ enabled=1
[epel]
name=epel
-;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64
-baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64
+;baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
exclude=epel-rpm-macros
enabled=1
[epel-testing]
-name=epel
+name=epel-testing
mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel9&arch=x86_64
exclude=epel-rpm-macros
-enabled=1
+enabled=0
[remi]
name=remi public
@@ -109,8 +109,12 @@ enabled=1
[msprod]
name=msprod
-baseurl=https://packages.microsoft.com/rhel/8/prod/
+baseurl=https://packages.microsoft.com/rhel/9/prod/
enabled=0
-includepkgs=msodbcsql17
+includepkgs=msodbcsql18
+[stream]
+name=CentOS 9 Stream
+baseurl=https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/
+enabled=0
"""