From d4f3e2f58203766ee16a81b8b0b9a2fe0cef76c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 10:37:51 +0100 Subject: change used tmpfs --- el10a.tpl | 4 ++-- el10x.tpl | 4 ++-- el8a.tpl | 4 ++-- el8x.tpl | 4 ++-- el9a.tpl | 4 ++-- el9x.tpl | 4 ++-- fc39a.tpl | 4 ++-- fc39x.tpl | 4 ++-- fc40a.tpl | 4 ++-- fc40x.tpl | 4 ++-- fc41a.tpl | 4 ++-- fc41x.tpl | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/el10a.tpl b/el10a.tpl index d90bbfc..102a7e7 100644 --- a/el10a.tpl +++ b/el10a.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' 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.el10x/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.el10x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/el10x.tpl b/el10x.tpl index 5ac7c6c..54020db 100644 --- a/el10x.tpl +++ b/el10x.tpl @@ -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.el10x/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.el10x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/el8a.tpl b/el8a.tpl index de0b30b..5d6afae 100644 --- a/el8a.tpl +++ b/el8a.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' 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.el8a/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.el8a/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/el8x.tpl b/el8x.tpl index 13d908d..7596adb 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -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.el8x/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.el8x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/el9a.tpl b/el9a.tpl index a740024..73c3ff6 100644 --- a/el9a.tpl +++ b/el9a.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' 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 diff --git a/el9x.tpl b/el9x.tpl index e2f9e09..ef40500 100644 --- a/el9x.tpl +++ b/el9x.tpl @@ -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 diff --git a/fc39a.tpl b/fc39a.tpl index 9e9cf75..a4e2067 100644 --- a/fc39a.tpl +++ b/fc39a.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39a/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc39a/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc39a" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/fc39x.tpl b/fc39x.tpl index b199f7e..6754a43 100644 --- a/fc39x.tpl +++ b/fc39x.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' 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.fc39x/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc39x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc39x" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/fc40a.tpl b/fc40a.tpl index 10168e8..51bff5e 100644 --- a/fc40a.tpl +++ b/fc40a.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40a/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc40a/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc40a" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/fc40x.tpl b/fc40x.tpl index ad23946..f7301ae 100644 --- a/fc40x.tpl +++ b/fc40x.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' 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.fc40x/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc40x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc40x" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/fc41a.tpl b/fc41a.tpl index c2b8f0a..37d6d8d 100644 --- a/fc41a.tpl +++ b/fc41a.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41a/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc41a/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc41a" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False diff --git a/fc41x.tpl b/fc41x.tpl index a2b9d22..9edadbd 100644 --- a/fc41x.tpl +++ b/fc41x.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' 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/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc41x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc41x" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False -- cgit