koji_builder / staging: try different quoting here.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-06-26 21:01:29 +00:00
parent 58c0181c43
commit a625d865a4

View file

@ -6,7 +6,7 @@ config_opts['nosync'] = True
config_opts['nosync_force'] = True
config_opts['environment']['LANG'] = 'C.UTF-8'
{% if env == 'staging' %}
config_opts['dnf_common_opts'] = ['--setopt=module_platform_id="platform:el8"']
config_opts['dnf_common_opts'] = ['--setopt='module_platform_id=platform:el8'']
##config_opts['plugin_conf']['tmpfs_enable'] = True
#config_opts['plugin_conf']['tmpfs_opts'] = {}
#config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024