Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable dnf5-testing repository #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading