copr-builder: install default.cfg for mock-1.3.4 that does not have it

This commit is contained in:
clime 2017-12-19 10:05:45 +01:00
parent f2f282bc1c
commit 2ac87474cd
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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