-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 22.04: The repository 'https://xpra.org jammy InRelease' is not signed #3846
Comments
Please try downloading the key again: sudo wget -O /usr/share/keyrings/xpra.asc https://xpra.org/gpg.asc |
It now works, thank you! |
The path to the key on the website changed from xpra.asc to gpg.asc. I thought I'd highlight that for people like me who didn't see the diffeence at first. if https://xpra.org/xpra.asc isn't working for you, use https://xpra.org/gpg.asc . That worked for me 2023-05-21 |
Yes, use the new path for the updated key file with a longer expiry date. (why? see here: #3858 (comment)) |
If each release needs a new key, might it be good to door them in a directory structure, or use filenames that communicate this? I.e. /Sigs/Debian/10/gpg.key
Or
/Sigs/Ubuntu/Bionic.key |
@BillyCroan I propose #3863 instead. |
does not work for me:
When putting it in |
still broken for me |
|
There's an updated version the key on keyservers, but it hasn't been exported to https://winswitch.org/gpg.asc yet. I managed to update the key by doing: tmp_keyring=$(mktemp)
keyid=$(gpg --show-key --with-colons xpra.asc | grep ^fpr: | head -n 1 | cut -d: -f10)
gpg --primary-keyring $tmp_keyring --recv-keys $keyid
gpg --primary-keyring $tmp_keyring --export -a $keyid > xpra.asc
rm $tmp_keyring |
Not working for me. What to do? |
What keyserver do you use for gpg? |
See https://github.com/orgs/Xpra-org/discussions/3892 |
The correct ticket for GPG key issues is #3863 |
Describe the bug
Can't install actual Xpra package
To Reproduce
Add keys:
Try to update:
Get errors:
System Information:
The text was updated successfully, but these errors were encountered: