diff options
Diffstat (limited to 'fc41x.tpl')
-rw-r--r-- | fc41x.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,13 +2,13 @@ include('vendor.tpl') config_opts['root'] = 'fc41x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc ccache remi-crypto-legacy' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc remi-crypto-legacy' config_opts['dist'] = 'fc41' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '41' config_opts['package_manager'] = 'dnf' -config_opts['plugin_conf']['ccache_enable'] = True +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.fc41x/" @@ -54,8 +54,8 @@ metadata_expire=80000 ##mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-41&arch=x86_64 #baseurl=http://fr2.rpmfind.net/linux/fedora/releases/41/Everything/x86_64/os/ # http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/releases/41/Everything/x86_64/os/ -baseurl=https://dl.fedoraproject.org/pub/fedora/linux/development/41/Everything/x86_64/os/ -#baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os/ +#baseurl=https://dl.fedoraproject.org/pub/fedora/linux/development/41/Everything/x86_64/os/ +baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os/ [updates] name=updates |