From 1120fa9b805f9963c0deb8e11f14e817f9acce26 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 6 Aug 2016 13:05:33 +0000 Subject: [PATCH] fix it so it has no staging changes either --- .../templates/builders/site-defaults.cfg | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/roles/koji_builder/templates/builders/site-defaults.cfg b/roles/koji_builder/templates/builders/site-defaults.cfg index f3a151ac70..b8e2de88d8 100644 --- a/roles/koji_builder/templates/builders/site-defaults.cfg +++ b/roles/koji_builder/templates/builders/site-defaults.cfg @@ -1,11 +1,12 @@ config_opts['plugin_conf']['package_state_enable'] = False config_opts['plugin_conf']['ccache_enable'] = False config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0'] -{% if env == 'neither' %} -config_opts['plugin_conf']['tmpfs_enable'] = True -config_opts['plugin_conf']['tmpfs_opts'] = {} -config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024 -config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '6g' -config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755' -config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False +{% if env == 'staging' %} +##config_opts['plugin_conf']['tmpfs_enable'] = True +#config_opts['plugin_conf']['tmpfs_opts'] = {} +#config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024 +#config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '6g' +#config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755' +#config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False +# {% endif %}