Skip to content
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

Fix warning about trusted.gpg when updating from apt mirror #120

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

palpant-dbx
Copy link
Contributor

@palpant-dbx palpant-dbx commented Mar 15, 2023

The trusted.gpg keyring (and apt-key) is deprecated, which leads to a warning whenever you apt update from the mirror.

This switches to the recommended alternative, which is to place our public key in /etc/apt/keyrings and then reference it in the repo mirror configuration.

Tested by building a deb package and then:

# dpkg -i dropbox_2022.12.05_amd64.deb
# apt update
# apt remove dropbox
# apt install dropbox

and verified there are no warnings or errors

@palpant-dbx
Copy link
Contributor Author

A fix for the fedora canary error is included in #119 and is unrelated to this change (just a new Fedora version that needs to be added).

@palpant-dbx palpant-dbx merged commit 2852e07 into dropbox:master Mar 27, 2023
@palpant-dbx palpant-dbx deleted the fix-keyrings branch March 27, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants