mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 05:40:11 +01:00
automation: skip gpg check under el10
It looks we have some incorrectly signed (or unsigned) packages which are needed for compilation. Skip gpg check for now on el10.
This commit is contained in:
parent
cfd50acac2
commit
7db613f815
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ fi
|
|||
if grep -q --quiet Coughlan /etc/redhat-release; then
|
||||
rpmkeys --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
YUM_ARGS+=('--repofrompath=buildroot,http://download.devel.redhat.com/rhel-$releasever/nightly/BUILDROOT-$releasever-Public-Beta/latest-BUILDROOT-$releasever-RHEL-$releasever/compose/Buildroot/$basearch/os')
|
||||
YUM_ARGS+=('--nogpg')
|
||||
fi
|
||||
|
||||
if [[ "$INSTALL_DEPENDENCIES" == yes ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue