copr-builders: cleanup old work-around(s)
This commit is contained in:
parent
b9fa39f0c8
commit
0f860645e7
1 changed files with 0 additions and 7 deletions
|
@ -72,8 +72,6 @@
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- copr-builder
|
- copr-builder
|
||||||
- libcurl # temporarily, for rhbz#1690971
|
|
||||||
- tito # temporarily, to fix https://pagure.io/copr/copr/issue/1386
|
|
||||||
|
|
||||||
- name: stat /etc/copr-rpmbuild/mock.cfg.j2.rpmnew
|
- name: stat /etc/copr-rpmbuild/mock.cfg.j2.rpmnew
|
||||||
stat: path=/etc/copr-rpmbuild/mock.cfg.j2.rpmnew
|
stat: path=/etc/copr-rpmbuild/mock.cfg.j2.rpmnew
|
||||||
|
@ -83,11 +81,6 @@
|
||||||
shell: mv -f /etc/copr-rpmbuild/mock.cfg.j2.rpmnew /etc/copr-rpmbuild/mock.cfg.j2
|
shell: mv -f /etc/copr-rpmbuild/mock.cfg.j2.rpmnew /etc/copr-rpmbuild/mock.cfg.j2
|
||||||
when: mock_cfg_new.stat.exists
|
when: mock_cfg_new.stat.exists
|
||||||
|
|
||||||
# temporary thing, till we have merged:
|
|
||||||
# https://pagure.io/copr/copr/pull-request/1109
|
|
||||||
- name: install qemu-user-static
|
|
||||||
dnf: state=present pkg=qemu-user-static
|
|
||||||
|
|
||||||
- name: put updated mock configs into /etc/mock
|
- name: put updated mock configs into /etc/mock
|
||||||
copy: src=files/mock/ dest=/etc/copr-rpmbuild/mock-config-overrides
|
copy: src=files/mock/ dest=/etc/copr-rpmbuild/mock-config-overrides
|
||||||
# conditional, per https://pagure.io/copr/copr/issue/1189 - as we don't want
|
# conditional, per https://pagure.io/copr/copr/issue/1189 - as we don't want
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue