devblog
This commit is contained in:
parent
f95b4f6d88
commit
552c77e6b8
1 changed files with 13 additions and 0 deletions
13
doc/devblog/day_123__stuck.mdwn
Normal file
13
doc/devblog/day_123__stuck.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Not a lot accomplished today. Some release prep, followed up to a few bug
|
||||||
|
reports.
|
||||||
|
|
||||||
|
Split git-annex's .git/annex/tmp into two directories. .git/annex/tmp will
|
||||||
|
now be used only for partially transferred objects, while
|
||||||
|
.git/annex/misctmp will be used for everything else. In particular this
|
||||||
|
allows symlinking .git/annex/tmp to a ram disk, if you want to do that.
|
||||||
|
(It's not possible for .git/annex/misctmp to be on a different filesystem
|
||||||
|
from the rest of the repository for various reasons.)
|
||||||
|
|
||||||
|
Beat on Windows XMPP for several more painful hours. Got all the haskell
|
||||||
|
bindings installed, except for gnuidn. And patched network-client-xmpp to
|
||||||
|
build without gnuidn. Have not managed to get it to link.
|
Loading…
Reference in a new issue