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

every call to ./run.sh starts a new gpg-agent process #215

Closed
heartsucker opened this issue Dec 19, 2018 · 1 comment
Closed

every call to ./run.sh starts a new gpg-agent process #215

heartsucker opened this issue Dec 19, 2018 · 1 comment
Assignees
Labels

Comments

@heartsucker
Copy link
Contributor

Every run of the development environment creates (by default) a new temp dir, and each of these get their own gpg-agent process. At fist glance, there doesn't seem to be a way around this that doesn't require changing global options.

From man gpg2, it can't be disabled:

       --use-agent
       --no-use-agent
              This is dummy option. gpg always requires the agent.
@redshiftzero
Copy link
Contributor

Resolved in #252

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

3 participants