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:
parent
9ba2bf5111
commit
d573fa5819
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue