Skip to content

Commit

Permalink
testing-farm: enable mock-stable copr repo
Browse files Browse the repository at this point in the history
This is the place where the "currently being released RPMs related to
Mock" (e.g. distribution-gpg-keys) are built.  At least needed for the
cases when the RPMs are not yet in composes.
  • Loading branch information
praiskup committed Aug 14, 2024
1 parent 1d000d9 commit 8001a15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mock/integration-tests/setup-playbook/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: install also RPMs from the stable copr repository
community.general.copr:
name: '@mock/mock-stable'

- name: install mock and other needed packages
package: name={{ packages }} state=latest
vars:
Expand Down

0 comments on commit 8001a15

Please sign in to comment.