From 1a1ecbeadba4733ca8ea999f4b7cf8a7cda24151 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 19 Oct 2020 23:33:17 +0000 Subject: [PATCH] schutzbot/deploy: re-enable modular repos We don't want to differ from standard installs unless we have to. We prefer tests that are closer to standard installs over faster tests. --- schutzbot/deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index a2b90ba23..3fcb8cb0e 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -35,9 +35,6 @@ fi greenprint "Restarting systemd to work around some Fedora issues in cloud images" sudo systemctl restart systemd-journald -greenprint "Removing Fedora's modular repositories to speed up dnf" -sudo rm -f /etc/yum.repos.d/fedora*modular* - greenprint "Enabling fastestmirror and disabling weak dependencies to speed up dnf even more 🏎️" echo -e "fastestmirror=1\ninstall_weak_deps=0" | sudo tee -a /etc/dnf/dnf.conf