Skip to content

Commit d4ca4d3

Browse files
committed
Enable dnf5 before running prepare.sh
Install dnf5-command(copr)
1 parent ad704b8 commit d4ca4d3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

enable_dnf5.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dnf -y copr enable rpmsoftwaremanagement/dnf5-testing
44
dnf -y install dnf5
55
# ensure dnf5 is installed from copr since it might be installed from fedora repos
66
dnf -y update dnf5 --repo=copr:copr.fedorainfracloud.org:rpmsoftwaremanagement:dnf5-testing
7+
dnf5 -y install 'dnf5-command(copr)'

installability.fmf

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ provision:
77
discover:
88
how: shell
99
tests:
10-
- name: prepare
11-
framework: shell
12-
test: bash prepare.sh
13-
duration: 30m
1410
- name: enable_dnf5
1511
framework: shell
1612
test: bash enable_dnf5.sh
1713
duration: 30m
14+
- name: prepare
15+
framework: shell
16+
test: bash prepare.sh
17+
duration: 30m
1818
- name: installability
1919
framework: shell
2020
test: /usr/local/libexec/mini-tps/installability_runner.sh --critical --skiplangpack --selinux=1 --repo=brew-$TASK_ID

0 commit comments

Comments
 (0)