From 2ac487f91dec9ce63d1a90a6375cbbacb1fb2770 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Oct 2015 16:12:41 -0400 Subject: [PATCH] devblog --- doc/devblog/day_320__porting_and_such.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/devblog/day_320__porting_and_such.mdwn diff --git a/doc/devblog/day_320__porting_and_such.mdwn b/doc/devblog/day_320__porting_and_such.mdwn new file mode 100644 index 0000000000..98508eec61 --- /dev/null +++ b/doc/devblog/day_320__porting_and_such.mdwn @@ -0,0 +1,13 @@ +Lots of porting work ongoing recently: + +* I've been working with [Goeke](http://goeke.net/) on building git-annex + on Solaris/SmartOS. Who knows, this may lead to a binary distribution + in some way, but to start with I got the disk free space code ported + to Solaris, and have seen git-annex work there. +* Jirib has also been working on that same disk free code, porting it to + OpenBSD. Hope to land an updated patch for that. +* Yury kindly updated the Windows autobuilder to a new Haskell Platform + release, and I was able to land the `winprocfix` branch that fixes + ssh password prompting in the webapp on Windows. +* The arm autobuilder is fixed and back in its colo, and should be making + daily builds again.