remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before.

This commit is contained in:
Joey Hess 2015-03-16 15:28:29 -04:00
parent 3f83e5181f
commit 707293ba7e
7 changed files with 84 additions and 26 deletions

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2015-03-16T18:36:45Z"
content="""
You can use `git annex fsck` to verify your repository contents.
If you want to verify a local repository, the best thing to do is
to run `git annex fsck` there. If you cannot do that, you can use
`git annex fsck --from remoterepo --fast` to verify a remote. If you leave
off the --fast it will download all file contents to completely verify
them.
I suggest you read git-annex's documentation, there is plenty of it about
using git-annex fsck to verify repositories.
"""]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2015-03-16T18:39:01Z"
content="""
The lack of "live messaging" for gcrypt repos is a bug. I'm fixing
it now and the next version of git-annex will have remotedaemon
properly supporting gcrypt repos.
"""]]