copr-backend: enable nosync for all builders

See https://github.com/rpm-software-management/mock/issues/53
This commit is contained in:
clime 2017-12-12 12:04:01 +01:00
parent 8db3a16f5e
commit bd14f29c43

View file

@ -22,7 +22,4 @@ config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
{% if ansible_architecture == 'x86_64' %} # nosync does not currently work for epel-7-ppc64le chroot (https://github.com/rpm-software-management/mock/issues/53)
config_opts['nosync'] = True
{% endif %}