📦 Disable Fedora modular repos

Avoid delays and problems with the modularity repositories
by disabling them before building RPMs.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2020-02-27 11:48:28 -06:00 committed by Tom Gundersen
parent cd4c6944c6
commit 4ad4587683

View file

@ -25,6 +25,7 @@ jobs:
run: |
echo "fastestmirror=1" >> /etc/dnf/dnf.conf
echo "install_weak_deps=0" >> /etc/dnf/dnf.conf
rm -fv /etc/yum.repos.d/fedora*modular*
dnf -y upgrade
dnf -y install dnf-plugins-core rpm-build rpmdevtools