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

This commit is contained in:
Joey Hess 2013-11-14 18:15:40 -04:00
commit f7cbc92093
6 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmkXtBdMgE1d9nCz2iBc4f85xh4izZ_auU"
nickname="Ulrich"
subject="Using a portable drive as another transfer device? cool."
date="2013-11-14T19:05:56Z"
content="""
Thanks - I was hoping that it is that easy. I'll try that as soon as I have a working version of the latest git-annex (trying to build with brew for Mac OS X 10.9, but without success so far).
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.246"
subject="comment 22"
date="2013-11-14T18:55:54Z"
content="""
Native 10.9 autobuilder is now running. <https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg.bz2>
Lacks XMPP support until I get libxml2 linked on the autobuilder. Only tested on the build machine so far.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw"
nickname="Carl"
subject="comment 23"
date="2013-11-14T19:22:16Z"
content="""
Seems to work on my Mavericks Macbook Air. Thank you!
"""]]

View file

@ -0,0 +1,52 @@
### Please describe the problem.
When I use the web app and try to create a remote on a remote server (via ssh connection) the assistant shows a gpg error.
### What steps will reproduce the problem?
1. Start the the web app using git-annex web app
2. create a local repository
3. create a new repository on a Remote server (Set up a repository on a remote server using ssh).
4. provide correct server address, user, port, etc.
Then gpg fails.
### What version of git-annex are you using? On what operating system?
git-annex version: 4.20131106
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA CryptoHash
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
local repository version: unknown
default repository version: 3
supported repository versions: 3 4
upgrade supported from repository versions: 0 1 2
On Mac OS X 10.9 Mavericks, build 13A603.
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
[2013-11-14 21:03:47 CET] main: starting assistant version 4.20131106
[2013-11-14 21:03:47 CET] Cronner: You should enable consistency checking to protect your data.
(Recording state in git...)
(scanning...) [2013-11-14 21:03:47 CET] Watcher: Performing startup scan
(started...) [2013-11-14 21:04:47 CET] Cronner: Consistency check in progress
[2013-11-14 21:05:21 CET] Committer: Adding sunflower.html test.html cindy.css d3.js d3.min.js Accessors.js Essentials.js List.js Namespace.js and 6 other files
(Recording state in git...)
add /Users/ulli/Documents/annex/test.html (checksum...) ok
### several similar adds removed for privacy reasons.
[2013-11-14 21:05:22 CET] Committer: Committing changes to git
ok
(Recording state in git...)
(Recording state in git...)
14/Nov/2013:21:21:05 +0100 [Error#yesod-core] user error (gpg ["--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 127) @(yesod-core-1.2.5:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:485:5)
# End of transcript or log.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmkXtBdMgE1d9nCz2iBc4f85xh4izZ_auU"
nickname="Ulrich"
subject="Easy to fix."
date="2013-11-14T20:36:17Z"
content="""
Well, this only happens when gpg is not available. Everything works fine after a quick \"brew install gpg\".
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.246"
subject="comment 2"
date="2013-11-14T22:10:32Z"
content="""
gpg is included in the bundle though:
<pre>
oberon:tmp joeyh$ /Volumes/git-annex/git-annex.app/Contents/MacOS/runshell
bash-3.2$ which gpg
/Volumes/git-annex/git-annex.app/Contents/MacOS/bundle/gpg
</pre>
"""]]