We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973022d commit e15a821Copy full SHA for e15a821
enable_dnf5.sh
@@ -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
@@ -11,6 +11,10 @@ discover:
11
framework: shell
12
test: bash prepare.sh
13
duration: 30m
14
+ - name: enable_dnf5
15
+ framework: shell
16
+ test: bash enable_dnf5.sh
17
+ duration: 30m
18
- name: installability
19
20
test: /usr/local/libexec/mini-tps/installability_runner.sh --critical --skiplangpack --selinux=1 --repo=brew-$TASK_ID
0 commit comments