Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
52e31dbd89
5 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 1"
|
||||
date="2012-06-04T20:02:23Z"
|
||||
content="""
|
||||
Seems you built it using `make` .. could you try instead building with cabal, ie run `cabal install git-annex` or `cabal build` in the source tree. I think cabal will probably do the right thing.
|
||||
|
||||
I could fix the Makefile, I suppose. What does this say: `ghc -e 'print System.Info.arch'
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 2"
|
||||
date="2012-06-04T19:45:00Z"
|
||||
content="""
|
||||
Jimmy, I hope to make it as easy as possible to install. I've been focusing on getting it directly into popular Linux distributions, rather than shipping my own binary. The OSX binary is static, and while I lack a OSX machine, I would like to get it easier to distribute to OSX users.
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 2"
|
||||
date="2012-06-04T19:46:03Z"
|
||||
content="""
|
||||
I think it's already on the list: \"configurable option to only annex files meeting certian size or filename criteria\" -- files not meeting those criteria would just be git added.
|
||||
"""]]
|
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 1"
|
||||
date="2012-06-04T19:56:05Z"
|
||||
content="""
|
||||
Personally, I deal with this problem by having a directory, or directories where I put files that I want to have on my partial checkout laptop, and run `git annex get` in that directory.
|
||||
|
||||
It's not a perfect solution, but I don't know that a perfect solution exists.
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="This is not an easy question to answer..."
|
||||
date="2012-06-04T19:49:46Z"
|
||||
content="""
|
||||
Do you have a bug in git-annex that you need fixed, or are you just curious?
|
||||
"""]]
|
Loading…
Reference in a new issue