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

This commit is contained in:
Joey Hess 2013-07-02 15:46:58 -04:00
commit 90ae9474e2
9 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 1"
date="2013-07-02T16:38:14Z"
content="""
What filesystem is in use on this USB drive? For example, is it a FAT filesystem?
What operating system are you using?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 4"
date="2013-07-02T16:41:51Z"
content="""
I wonder if this could be a glibc/kernel mismatch somehow. Any chance you can upgrade your kernel to something more recent?
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 4"
date="2013-07-02T16:52:43Z"
content="""
The question is, where did this line in .gnupg/gpg.conf come from?
It seems likely to me that something else put it there, and perhaps that has a version of gpg that supports some of the options, like ldap, while the version of gpg bundled with git-annex for OSX Lion does not.
(I tried enabling that line on a Mountian Lion machine, and the gpg in git-annex accepts it.)
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk"
nickname="Seth"
subject="comment 5"
date="2013-07-02T18:15:35Z"
content="""
Hmm.. well I've used gpg before, so maybe this put it there? https://gpgtools.org/
Installed that well before using git-annex.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 1"
date="2013-07-02T16:56:42Z"
content="""
Run: `git annex dead 40da403e-6f74-4705-aae0-433aa656b55e`
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 1"
date="2013-07-02T17:00:41Z"
content="""
This is not something the assistant really handles yet. The issue is that if you have a non-bare repository on the USB drive, something has to run `git annex sync` in it when changes are pushed to it, to update it to display the files that are in the repository.
One way to do this is to set up a non-bare repository by hand and add a git post-receive hook that runs `git annex sync`
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI"
nickname="Zellyn"
subject="comment 2"
date="2013-07-02T17:10:59Z"
content="""
Aah, perfect. I did in fact set up a non-bare git annex on the drive. I was just lacking the `git annex sync` command. Thanks!
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 1"
date="2013-07-02T16:57:43Z"
content="""
This seems a pretty unusual use case. Can't you just unpack the apk (it's a regular zip file) and get out the parts you want?
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 3"
date="2013-07-02T17:04:47Z"
content="""
You can get info like that by running `git annex status .`
This can also be used to find out how big a download is before starting it. For example, to find all files that are not present locally before running git-annex get:
`git annex status . --not --in here`
"""]]