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 a827828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ else
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/fedora-cisco-openh264.repo
fi

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

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

Expand Down

0 comments on commit a827828

Please sign in to comment.