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

This commit is contained in:
Joey Hess 2013-06-30 13:39:25 -04:00
commit 1942577783
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 1"
date="2013-06-30T17:27:07Z"
content="""
git-annex needs to discover the uuid of each remote before it can use it. So it currently goes off the discover these uuids at startup time.
If you have a remote that you do not want git-annex to use, you can set remote.name.annex-ignore and it will not do this discovery process for that remote.
While it would be possible to defer the lookup until an operation that needs to know the remote's uuid, it would complicate the code quite a bit, so I have not tried to do so.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 1"
date="2013-06-30T17:31:26Z"
content="""
This looks uncomfortably like a bug in the ghc compiler's threaded runtime.
What architecture is the server?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.193"
subject="comment 2"
date="2013-06-30T17:33:55Z"
content="""
See this upstream bug report: <http://hackage.haskell.org/trac/ghc/ticket/7653>
"""]]