koji_builder / stg: perhaps we can just supress the warning

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-03-25 00:56:45 +00:00 committed by Pierre-Yves Chibon
parent 6264a70649
commit 9dcb77ff41

View file

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