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

CI is failing under Ubuntu / Debian - gpg key errors #22

Open
geerlingguy opened this issue Jul 25, 2024 · 0 comments
Open

CI is failing under Ubuntu / Debian - gpg key errors #22

geerlingguy opened this issue Jul 25, 2024 · 0 comments
Labels

Comments

@geerlingguy
Copy link
Owner

For example:

fatal: [instance]: FAILED! => {"changed": false, "cmd": "/usr/bin/apt-key --keyring /etc/apt/trusted.gpg.d/erlang-E495BB49CC4BBE5B.gpg add -", "msg": "Unable to add a key from binary data", "rc": 2, "stderr": "Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).\ngpg: error running '/usr/bin/gpg-agent': probably not installed\ngpg: failed to start agent '/usr/bin/gpg-agent': Configuration error\ngpg: can't connect to the agent: Configuration error\n", "stderr_lines": ["Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).", "gpg: error running '/usr/bin/gpg-agent': probably not installed", "gpg: failed to start agent '/usr/bin/gpg-agent': Configuration error", "gpg: can't connect to the agent: Configuration error"], "stdout": "", "stdout_lines": []}

We need to update the code after the PR #20 was merged—so we use the new method of adding keys.

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

No branches or pull requests

1 participant