diff options
Diffstat (limited to 'el10x.tpl')
-rw-r--r-- | el10x.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -6,7 +6,7 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils r config_opts['dist'] = 'el10' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '10' -config_opts['package_manager'] = 'dnf' +config_opts['package_manager'] = 'dnf4' config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' @@ -62,14 +62,15 @@ enabled=1 [epel] name=epel -#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-10&arch=x86_64 -metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-10&arch=x86_64 +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-10&arch=x86_64 +#metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-10&arch=x86_64 #baseurl=https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/ enabled=1 [epel-testing] name=epel-testing mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel10&arch=x86_64 +#baseurl=https://dl.fedoraproject.org/pub/epel/testing/10/Everything/x86_64/ enabled=1 [remi] |