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

2
debian/changelog vendored
View file

@ -23,6 +23,8 @@ git-annex (4.20130628) UNRELEASED; urgency=low
* webapp: Fix authorized_keys line added when setting up a rsync remote
on a server that also supports git-annex, to not force running
git-annex-shell.
* OSX Mountain Lion: Fixed gpg bundled in dmg to not fail due to a missing
gpg-agent.
-- Joey Hess <joeyh@debian.org> Tue, 02 Jul 2013 15:40:55 -0400

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]]