koji_builder: set dnf_warning to false in prod too for new mock 2.x

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-04-02 15:30:34 +00:00 committed by Pierre-Yves Chibon
parent 9ba2bf5111
commit d573fa5819

View file

@ -6,6 +6,6 @@ config_opts['nosync'] = True
config_opts['nosync_force'] = True
config_opts['environment']['LANG'] = 'C.UTF-8'
config_opts['use_bootstrap'] = False
{% if env == 'staging' %}
config_opts['dnf_warning'] = False
{% if env == 'staging' %}
{% endif %}