aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog/day_123__stuck.mdwn
blob: c48507cf0eee57916e766b86a3503ffda6f9def7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.