copr-backend: put rpkg into latest-version packages list

This commit is contained in:
clime 2017-10-18 18:56:38 +02:00
parent 83edddb7c3
commit 1fd43df2aa

View file

@ -1,4 +1,4 @@
- name: put temporary fedora repos into yum.repos.d - name: put infra repos into yum.repos.d
copy: src=files/dnf/{{ ansible_architecture }}/{{ item }} dest=/etc/yum.repos.d copy: src=files/dnf/{{ ansible_architecture }}/{{ item }} dest=/etc/yum.repos.d
with_items: with_items:
- infra-tags.repo - infra-tags.repo
@ -46,6 +46,7 @@
- mock - mock
- dnf - dnf
- copr-rpmbuild - copr-rpmbuild
- rpkg
- name: put updated mock configs into /etc/mock - name: put updated mock configs into /etc/mock
template: src=files/mock/{{ item }} dest=/etc/mock template: src=files/mock/{{ item }} dest=/etc/mock