You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fail to see how to use the contents of the package; when I do dnf copr -y enable JDOE/PROJECT && dnf install PACKAGE
I still see:
warning: /var/cache/dnf/praiskup-less-beta-c4ca9153f233d8ab/packages/less-550-1.fc29.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 75f6cde0: NOKEY
Copr repo for less-beta owned by praiskup 568 B/s | 977 B 00:01
Importing GPG key 0x75F6CDE0:
Userid : "praiskup_less-beta (None) <praiskup#[email protected]>"
Fingerprint: C986 8339 F7AE 3E58 E080 32A4 2148 194C 75F6 CDE0
From : https://copr-be.cloud.fedoraproject.org/results/praiskup/less-beta/pubkey.gpg
Is this ok [y/N]: ^C
Didn't install any keys
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED
Is this expected? Seems like the gpg keys are still downloaded from Copr backend, even though I see I have that key in /usr/share/distribution-gpg-keys/copr directory.
The text was updated successfully, but these errors were encountered:
That is because JDOE/PROJECT can be 5 minutes old, while distribution-gpg-keys is being updated every 2-4 weeks. It will be alway a bit behind.
But since you mentioned ... I can imagine in copr dnf's plugin the logic:
if -e /usr/share/distribution-gpg-keys/copr/copr-JDOE-PROJECT.gpg
replace the gpg key in JDOE-PROJECT.repo and use the one from distribution-gpg-keys-copr
That is because JDOE/PROJECT can be 5 minutes old, while distribution-gpg-keys is being updated every 2-4 weeks. It will be alway a bit behind.
For the praiskup/less-beta case, it's 17 months old.
But since you mentioned ... I can imagine in copr dnf's plugin the logic:
So the answer to my question is "I have to manually edit the repo file so it points to the local file:// gpg key" right? Could this be documented somewhere?
I fail to see how to use the contents of the package; when I do
dnf copr -y enable JDOE/PROJECT && dnf install PACKAGE
I still see:
Is this expected? Seems like the gpg keys are still downloaded from Copr backend, even though I see I have that key in /usr/share/distribution-gpg-keys/copr directory.
The text was updated successfully, but these errors were encountered: