On 09/30/2017 09:06 PM, Otavio Salvador wrote:
The dnf has GPG signature check enabled by default. It has been confimed using:
,----
| root@qemux86-64:~# grep gpgcheck /etc/dnf/dnf.conf
| gpgcheck=1
...
if self.d.getVar('PACKAGE_FEED_SIGN') == '1':
- gpg_opts = 'repo_gpgcheck=1\n'
gpg_opts +=
'gpgkey=file://%s/pki/packagefeed-gpg/PACKAGEFEED-GPG-KEY-%s-%s\n' %
(self.d.getVar('sysconfdir'), self.d.getVar('DISTRO'),
self.d.getVar('DISTRO_CODENAME'))
NAK both patches, I'm afraid. gpgcheck and repo_gpgcheck are two
different options, which control different things, and you thoroughly
confused them here.
Alex
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core