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:
parent
d7de68279f
commit
698d3803b3
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue