diff --git a/contrib/rh-bkr/build-from-source.sh b/contrib/rh-bkr/build-from-source.sh index 326c34d74f..f0e4c1b120 100755 --- a/contrib/rh-bkr/build-from-source.sh +++ b/contrib/rh-bkr/build-from-source.sh @@ -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