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

Make gpg_key completely optional #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

goetzk
Copy link

@goetzk goetzk commented Sep 21, 2023

In the current codebase GPG_KEY is set to disabled if gpg_key is unset. This causes a problem because GPG_KEY is completely optional when GPG_KEYS_ENC and GPG_KEY_SIGN are in use together.

This change will comment out GPG_KEY instead of adding it with disabled= to allow GPG_KEYS_ENC and GPG_KEY_SIGN to be used.

In the current codebase GPG_KEY is set to disabled if gpg_key is unset. This
causes a problem because GPG_KEY is completely optional when GPG_KEYS_ENC and
GPG_KEY_SIGN are in use together.

This change will comment out GPG_KEY instead of adding it with disabled= to
allow GPG_KEYS_ENC and GPG_KEY_SIGN to be used.
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