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

Use keyring for apt::source #1609

Closed
wants to merge 5 commits into from
Closed

Conversation

PeterAlfonsLoch
Copy link

@PeterAlfonsLoch PeterAlfonsLoch commented Jul 30, 2024

Pull Request (PR) description

Adding the path to keyring to the apt::source fixes warnings happening on apt update

This Pull Request (PR) fixes the following issues

apt-key is deprecated and the nginx keys are stored in legacy trusted.gpg. This returns warnings:

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nginx.org/packages/debian bookworm InRelease: The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <signing-key@nginx.com>
W: Failed to fetch https://nginx.org/packages/debian/dists/bookworm/InRelease  The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <signing-key@nginx.com>
W: Some index files failed to download. They have been ignored, or old ones used instead.```

@PeterAlfonsLoch PeterAlfonsLoch changed the title V6 apt update warnings Jul 30, 2024
@kenyon kenyon changed the title apt update warnings Use keyring for apt::source Aug 27, 2024
@kenyon
Copy link
Member

kenyon commented Aug 27, 2024

#1610 is solving this in a different way, so I'll close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants