set some more new mock vars

This commit is contained in:
Kevin Fenzi 2018-12-11 20:13:27 +00:00
parent 62701210b4
commit 93a530d5af

View file

@ -3,3 +3,5 @@ config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/run/pesign',
config_opts['plugin_conf']['package_state_enable'] = False
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
config_opts['nosync'] = True
config_opts['nosync_force'] = True
config_opts['environment']['LANG'] = os.environ.setdefault('LANG', 'C.UTF-8')