Skip to content

Commit

Permalink
chore: prioritize ublue-akmods COPR over other repos (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Jan 24, 2024
1 parent 9325c1c commit e705484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-ublue-os-akmods-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -oeux pipefail


### BUILD UBLUE AKMODS-ADDONS RPM
#sed -i "s@gpgcheck=0@gpgcheck=1@" /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-steam.repo
# ensure a higher priority is set for our ublue akmods COPR to pull deps from it over other sources (99 is default)
echo "priority=90" >> /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/_copr_ublue-os-akmods.repo

install -D /etc/pki/akmods/certs/public_key.der /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/public_key.der
rpmbuild -ba \
Expand Down

0 comments on commit e705484

Please sign in to comment.