copr-builder: add debugging line into /etc/hosts for #7301
* #7301 Copr builds are failing due to mirror errors
This commit is contained in:
parent
8c6b94385a
commit
dbb822036b
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@
|
|||
line: '209.132.181.16 mirrors.fedoraproject.org'
|
||||
state: 'present'
|
||||
|
||||
- name: 'debug for https://pagure.io/fedora-infrastructure/issue/7301'
|
||||
lineinfile:
|
||||
dest: '/etc/hosts'
|
||||
line: '209.132.181.27 dl.fedoraproject.org'
|
||||
state: 'present'
|
||||
|
||||
- name: Disable DNF makecache timer
|
||||
systemd:
|
||||
name: dnf-makecache.timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue