OSX Mountain Lion: Fixed gpg bundled in dmg to not fail due to a missing gpg-agent.

This commit is contained in:
Joey Hess 2013-07-08 13:16:12 -04:00
parent 5f945c2cee
commit 4657c980fb
2 changed files with 5 additions and 0 deletions

View file

@ -29,3 +29,6 @@ gpg: problem with the agent: No agent running
27/Jun/2013:13:41:37 +0200 [Error#yesod-core] user error (gpg ["--quiet","--trust-model","always","--batch","--passphrase-fd","21","--symmetric","--force-mdc"] exited 2) @(yesod-core-1.1.8.3:Yesod.Internal.Core ./Yesod/Internal/Core.hs:550:5)
# End of transcript or log.
"""]]
> [[done]]; I've updated the OSX autobuild to
> use a gpg that doesn't fail when gpg-agent is missing. --[[Joey]]