aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-26 21:11:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-26 21:11:08 -0400
commitb4ccc10e52ab216dbb61b3fbafead309ab2e80f0 (patch)
tree9862b4230249cbc4f2765cbdd6dfc2461433a48b
parent64a34883b2d3f32631621a29163eeb86ccd2cced (diff)
devblog
-rw-r--r--doc/devblog/day_123__stuck.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_123__stuck.mdwn b/doc/devblog/day_123__stuck.mdwn
new file mode 100644
index 000000000..c48507cf0
--- /dev/null
+++ b/doc/devblog/day_123__stuck.mdwn
@@ -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.