Skip to content

Commit

Permalink
chore: Disable gpg on Negativo repo while broken
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 17, 2023
1 parent 0ed91c9 commit 2605185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ else
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/fedora-cisco-openh264.repo
fi

# Disable gpg on negativo until fixed.
sed -i 's@gpgcheck=1@gpgcheck=0@g' /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-multimedia.repo

# enable RPMs with alternatives to create them in this image build
mkdir -p /var/lib/alternatives

Expand Down

0 comments on commit 2605185

Please sign in to comment.