koji_builder / stg: perhaps we can just supress the warning
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6264a70649
commit
9dcb77ff41
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ config_opts['nosync_force'] = True
|
||||||
config_opts['environment']['LANG'] = 'C.UTF-8'
|
config_opts['environment']['LANG'] = 'C.UTF-8'
|
||||||
config_opts['use_bootstrap'] = False
|
config_opts['use_bootstrap'] = False
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
config_opts['package_manager'] = 'yum'
|
config_opts['dnf_warning'] = False
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue