Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-05-19 17:57:10 -04:00
commit 29d8cc8b76
5 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 1"
date="2013-05-19T21:09:54Z"
content="""
I'm seeing some indications (this bug and also the [[git_annex_fork_bombs_on_gpg_file]] bug) that gpg is somehow broken on OSX.
Aha. I just tried on my build box, and:
<pre>
oberon:~ joeyh$ gpg
dyld: warning, LC_RPATH @loader_path/../lib in /usr/local/bin/gpg being ignored in restricted program because of @loader_path
dyld: Library not loaded: @rpath/libz.1.2.7.dylib
Referenced from: /usr/local/bin/gpg
Reason: image not found
</pre>
So, I'm packing up a broken gpg. Need to fix that then..
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 11"
date="2013-05-19T21:13:41Z"
content="""
You're certianly welcome.
So, you did not install git-annex from the dmg? That bundles its own gpg.
I'm curious about this passphrase thing.. Does gpgtools + gpg2 on the Mac cause it to ask for a passphrase better, like in a dialog window? Perhaps I can improve the gpg stuff bundled in the dmg..
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://me.tinco.nl/"
nickname="Tinco"
subject="comment 12"
date="2013-05-19T21:24:48Z"
content="""
Yes exactly, it spawns a dialog window and overall has a very nice interface for managing gpg keys. I switched from the DMG to cabal because I couldn't get the bundled gpg to ask for my password, setting up a gpg-agent seemed pretty complicated, so I just went for the packaged approach from https://gpgtools.org/.
"""]]