Skip to content

Commit e15a821

Browse files
committed
Enable dnf5-testing repository
Test DNF5 before switching to Fedora 41 when DNF5 will obsolete DNF
1 parent 973022d commit e15a821

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

enable_dnf5.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/bash
2+
3+
dnf -y copr enable rpmsoftwaremanagement/dnf5-testing
4+
dnf -y install dnf5
5+
# ensure dnf5 is installed from copr since it might be installed from fedora repos
6+
dnf -y update dnf5 --repo=copr:copr.fedorainfracloud.org:rpmsoftwaremanagement:dnf5-testing

installability.fmf

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ discover:
1111
framework: shell
1212
test: bash prepare.sh
1313
duration: 30m
14+
- name: enable_dnf5
15+
framework: shell
16+
test: bash enable_dnf5.sh
17+
duration: 30m
1418
- name: installability
1519
framework: shell
1620
test: /usr/local/libexec/mini-tps/installability_runner.sh --critical --skiplangpack --selinux=1 --repo=brew-$TASK_ID

0 commit comments

Comments
 (0)