Skip to content

Provide a flag to allow disabling of GPG checking #169

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

drwahl
Copy link

@drwahl drwahl commented Apr 4, 2025

In some situations, the GPG key of the package might be untrusted. This new nodejs_disable_gpg_check flag allows for users to skip the GPG check at their own peril.

In some situations, the GPG key of the package might be untrusted. This
new `nodejs_disable_gpg_check` flag allows for users to skip the GPG
check at their own peril.

Signed-off-by: David Wahlstrom <david.wahlstrom@gmail.com>
@drwahl
Copy link
Author

drwahl commented Apr 4, 2025

We noticed today that on Rocky Linux 8.10, nodejs 18.x is giving GPG key errors. This patch would allow for us to workaround this issue until we're able to upgrade.

Signed-off-by: David Wahlstrom <david.wahlstrom@gmail.com>
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.

1 participant