diff options
Diffstat (limited to 'el9x.tpl')
-rw-r--r-- | el9x.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf4' config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el9x/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.el9x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False @@ -62,8 +62,8 @@ enabled=1 [epel] name=epel #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64 -metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=x86_64 -#baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/ +#metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=x86_64 +baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/ exclude=epel-rpm-macros enabled=1 |