From bd14f29c43dae1e79e25b79f9e49b7d1864b4db6 Mon Sep 17 00:00:00 2001 From: clime Date: Tue, 12 Dec 2017 12:04:01 +0100 Subject: [PATCH] copr-backend: enable nosync for all builders See https://github.com/rpm-software-management/mock/issues/53 --- .../copr/backend/files/provision/files/mock/site-defaults.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg index 397829624b..3152626ad8 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -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 %}