Skip to content

Commit

Permalink
dnf5: use 'setopt' to enable 'updates-testing' repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-dubrovskii committed Oct 30, 2024
1 parent 8ce159a commit d4da886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildroot/install-buildroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail

dnf -y install dnf-plugins-core
# We want to avoid a 7 day cycle for e.g. new ostree etc.
dnf config-manager --set-enabled updates-testing
dnf config-manager setopt updates-testing.enabled=1

dn=$(dirname "$0")
tmpd=$(mktemp -d) && trap 'rm -rf ${tmpd}' EXIT
Expand Down

0 comments on commit d4da886

Please sign in to comment.