Skip to content

Commit

Permalink
Enable dnf5-testing repository
Browse files Browse the repository at this point in the history
Test DNF5 before switching to Fedora 41 when DNF5 will obsolete DNF
  • Loading branch information
inknos committed Apr 8, 2024
1 parent 973022d commit e15a821
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions enable_dnf5.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/bash

dnf -y copr enable rpmsoftwaremanagement/dnf5-testing
dnf -y install dnf5
# ensure dnf5 is installed from copr since it might be installed from fedora repos
dnf -y update dnf5 --repo=copr:copr.fedorainfracloud.org:rpmsoftwaremanagement:dnf5-testing
4 changes: 4 additions & 0 deletions installability.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ discover:
framework: shell
test: bash prepare.sh
duration: 30m
- name: enable_dnf5
framework: shell
test: bash enable_dnf5.sh
duration: 30m
- name: installability
framework: shell
test: /usr/local/libexec/mini-tps/installability_runner.sh --critical --skiplangpack --selinux=1 --repo=brew-$TASK_ID
Expand Down

0 comments on commit e15a821

Please sign in to comment.