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

This commit is contained in:
Joey Hess 2013-02-24 17:49:34 -04:00
commit 298f7493cb
9 changed files with 91 additions and 1 deletions

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM"
nickname="Alexander"
subject="Same problem"
date="2013-02-24T16:51:52Z"
content="""
Hello,
same problem with box.com and german telekom (https://webdav.mediencenter.t-online.de).
I'm using git-annex (3.20130216) from debian/unstable on amd64.
git annex --debug is not helpful I think. Any other trace I can help with?
Regards,
Alexander
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.152.108.210"
subject="comment 2"
date="2013-02-24T19:09:14Z"
content="""
This is a reversion in version haskell-tls-extra-0.4.6.1.
Opened a bug about this: <https://github.com/vincenthz/hs-tls/issues/32>
"""]]

View file

@ -22,5 +22,5 @@ Worked today on some of the obvious bugs.
I want to set up an autobuilder for Android, but to do that I need to
install all the haskell libraries on my server. Since getting them built
for Android involved several days of hacking the first time, this will
be an opporunity to make sure I can replicate that. Hopefully in less time.
be an opportunity to make sure I can replicate that. Hopefully in less time.
;)

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="http://meep.pl/"
ip="193.23.174.18"
subject="Android 2.3"
date="2013-02-24T15:16:51Z"
content="""
The updated version lets me see the failure(s), and it looks like this:
cd: can't cd to /data/data/ga.androidterm/lib/lib.runshell.so/../..
[: not found
[: not found
could not open //installed-version, No such file or directory
/data/data/ga.androidterm/lib/lib.runshell.so: cannot create
/sdcard/git-annex.home/git-annex-install.log: directory nonexistent
[Terminal session finished]
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY"
nickname="Alex"
subject="comment 10"
date="2013-02-24T12:04:21Z"
content="""
Been using it a few hours now and it works like a charm - first thing I did was get a sitemap of the LCA and FOSDEM talks and use addurl --fast on them, since I've been wanting to do that since I saw the lightning talk last year at FOSDEM.
Thanks again for making this awesome utility!
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.152.108.210"
subject="comment 8"
date="2013-02-23T23:23:01Z"
content="""
That should not be a problem, because git-annex only acts on files that `git ls-files` lists.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY"
nickname="Alex"
subject="comment 9"
date="2013-02-24T00:52:52Z"
content="""
Alright then, sounds like it should be perfect! Thanks for the quick response!
"""]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY"
nickname="Alex"
subject="'webhook' special remote?"
date="2013-02-24T15:05:27Z"
content="""
Is there any chance a special remote that functions like a hybrid of 'web' and 'hook'? At least in theory, it should be relatively simple, since it would only support 'get' and the only meaningful parameters to pass would be the URL and the output file name.
Maybe make it something like git config annex.myprogram-webhook 'myprogram $ANNEX_URL $ANNEX_FILE', and fetching could work by adding a --handler or --type parameter to addurl.
The use case here is anywhere that simple 'fetch the file over HTTP/FTP/etc' isn't workable - maybe it's on rapidshare and you need to use plowshare to download it; maybe it's a youtube video and you want to use youtube-dl, maybe it's a chapter of a manga and you want to turn it into a CBZ file when you fetch it.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY"
nickname="Alex"
subject="comment 9"
date="2013-02-24T15:13:16Z"
content="""
A *ridiculously* cool possibility would be to allow them to match against URLs and then handle those (youtube-dl for youtube video URLs, for instance), but that would be additional work on your end and isn't really necessary.
"""]]