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

This commit is contained in:
Joey Hess 2013-11-06 16:45:48 -04:00
commit b66642ebb6
3 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,31 @@
### Please describe the problem.
`git annex add` does not add dotfiles (as per the man page) while `git annex watch` does (nothing on the man page). It's not a bug, but rather a surprise (at least to me).
### What steps will reproduce the problem?
[[!format sh """
git init dotfiles
cd dotfiles
git annex init "my dotfiles"
echo test > test.txt
echo dottest > .dotest.txt
git annex add
git commit -a -m "initial dots"
git annex whereis .dotest.txt # no answer, as expected
git annex watch
git annex whereis .dotest.txt # answers that .dotest.txt is here
"""]]
### What version of git-annex are you using? On what operating system?
git-annex version: 4.20131101, ubuntu 12.04 with all updates.
### 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
# End of transcript or log.
"""]]

View file

@ -0,0 +1,20 @@
### Please describe the problem.
Creating a USB repo fails with a GPG error.
### What steps will reproduce the problem?
* Build git-annex and git-annex assistant using the instructions at https://gist.github.com/calmyournerves/7144127
* Run git-annex app to launch web interface
* Create local repo using web interface
* Try to create USB repo using web interface
### What version of git-annex are you using? On what operating system?
git-annex version 4.20131105-g136b030 on Mac OS 10.9 Mavericks.
### Please provide any additional information below.
[[!format sh """
07/Nov/2013:06:51:07 +1100 [Error#yesod-core] user error (gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 5) @(yesod-core-1.2.4.5:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:485:5)
"""]]

View file

@ -0,0 +1,25 @@
### Please describe the problem.
Creating a remote S3 repository using the git-annex assistant web interface fails with a GPG error. (I'm also getting a GPG error trying to create a USB repo but it's slightly different so I'll post a different bug.)
### What steps will reproduce the problem?
* Build git-annex and git-annex assistant using the instructions at https://gist.github.com/calmyournerves/7144127
* Run git-annex app to launch web interface
* Create local repo using web interface
* Try to create encrypted S3 remote repo using web interface
### What version of git-annex are you using? On what operating system?
git-annex version 4.20131105-g136b030 on MacOS 10.9 Mavericks.
### Please provide any additional information below.
[[!format sh """
(encryption setup) dyld: Library not loaded: @rpath/libz.1.2.8.dylib
Referenced from: /Applications/git-annex.app/Contents/MacOS/bundle/gpg
Reason: image not found
07/Nov/2013:06:38:27 +1100 [Error#yesod-core] user error (gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--gen-random","--armor","1","512"] exited 5) @(yesod-core-1.2.4.5:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:485:5)
"""]]