copr: don't enforce yum-deprecated on builder

.. so we don't fail if yum-deprecated isn't available (F30 builder
case).  If the 'yum.rpm' package that provides /bin/yum-deprecated
script _is_ available => mock would use it anyways (it's the case
on F28 builder).
This commit is contained in:
Pavel Raiskup 2019-05-13 22:07:20 +02:00
parent 974ebc1c3e
commit 346868d45a

View file

@ -21,7 +21,6 @@ config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '75g'
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'
config_opts['nosync'] = True
config_opts['plugin_conf']['chroot_scan_enable'] = True