copr-backend: remove always True condition for copr-builders
This commit is contained in:
parent
4a8ce4600c
commit
8db3a16f5e
1 changed files with 0 additions and 2 deletions
|
@ -21,9 +21,7 @@ config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '75g'
|
||||||
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
||||||
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
||||||
|
|
||||||
{% if ansible_distribution == 'Fedora' and ansible_distribution_major_version|int > 21 %}
|
|
||||||
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
|
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansible_architecture == 'x86_64' %} # nosync does not currently work for epel-7-ppc64le chroot (https://github.com/rpm-software-management/mock/issues/53)
|
{% 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
|
config_opts['nosync'] = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue