1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 64f2dc3207

This commit is contained in:
CoreOS Bot
2023-10-20 21:25:28 +00:00
parent 2ed38711f2
commit ea5a440c3f

View File

@@ -3,6 +3,10 @@ set -euo pipefail
# This is invoked by Dockerfile
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
dn=$(dirname "$0")
tmpd=$(mktemp -d) && trap 'rm -rf ${tmpd}' EXIT