copr: builders: throw away the hack for rhbz#1192524

This, according to the bug, should have been fixed for quite some
time.  What's worse, it causes the `dnf.retries` option really
problematic (default is 10, and we would be able to wait 10*1000
seconds).
This commit is contained in:
Pavel Raiskup 2019-08-11 17:49:47 +02:00 committed by Pierre-Yves Chibon
parent d7de68279f
commit 698d3803b3

View file

@ -17,12 +17,6 @@
- shell: dnf -y upgrade
when: prepare_base_image is defined
- name: set bigger timeout for yum
ini_file: dest=/etc/yum.conf section=main option=timeout value=1000
- name: set bigger timeout for dnf
ini_file: dest=/etc/dnf/dnf.conf section=main option=timeout value=1000
- name: enable copr and copr-dev repos in staging
command: dnf copr -y enable {{ item }}
with_items: