Skip to content

Commit

Permalink
Merge pull request #1307 from vojtechtrefny/master_tf-dnf-priority-fix
Browse files Browse the repository at this point in the history
ci: Remove priority from Testing farm repositories
  • Loading branch information
vojtechtrefny authored Aug 16, 2024
2 parents b15478c + 8d62013 commit 54111b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plans/tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ prepare:
script:
- sudo dnf install -y 'dnf-command(copr)'
- sudo dnf copr enable -y @storage/udisks-daily
# TF prioritizes Fedora tag repo over all others, in particular our daily COPR
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done
- sudo dnf -y update

- name: ansible
how: ansible
Expand Down

0 comments on commit 54111b5

Please sign in to comment.