copr-builder: install default.cfg for mock-1.3.4 that does not have it
This commit is contained in:
parent
f2f282bc1c
commit
2ac87474cd
2 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,9 @@
|
|||
tasks:
|
||||
- include: "provision_builder_tasks.yml"
|
||||
|
||||
- name: create mock default.cfg
|
||||
command: ln -f -s /etc/mock/fedora-27-x86_64.cfg /etc/mock/default.cfg
|
||||
|
||||
- name: disable offloading
|
||||
command: ethtool -K eth0 tso off gro off gso off
|
||||
|
||||
|
|
|
@ -47,5 +47,8 @@
|
|||
tasks:
|
||||
- include: "provision_builder_tasks.yml"
|
||||
|
||||
- name: create mock default.cfg
|
||||
command: ln -f -s /etc/mock/fedora-27-ppc64le.cfg /etc/mock/default.cfg
|
||||
|
||||
- name: disable offloading
|
||||
command: ethtool -K eth0 tso off gro off gso off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue