From 2d426903944ee57e358bc6d7bcf0a147bd746995 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Nov 2016 17:36:03 -0400 Subject: [PATCH 1/2] devblog --- doc/devblog/day_430__tor_socket_problem.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/devblog/day_430__tor_socket_problem.mdwn diff --git a/doc/devblog/day_430__tor_socket_problem.mdwn b/doc/devblog/day_430__tor_socket_problem.mdwn new file mode 100644 index 0000000000..7e7c8d1bd0 --- /dev/null +++ b/doc/devblog/day_430__tor_socket_problem.mdwn @@ -0,0 +1,13 @@ +Debian's tor daemon is very locked down in the directories it can read +from, and so I've had a hard time finding a place to put the unix socket +file for git-annex's tor hidden service. Painful details in +. At least for now, I'm putting it under +/etc/tor/, which is probably a FHS violation, but seems to be the only +option that doesn't involve a lot of added complexity. + +--- + +The Windows autobuilder is moving, since +[NEST](http://nest-initiative.org/) is shutting down the server it has been +using. Yury Zaytsev has set up a new Windows autobuilder, hosted at +Dartmouth College this time. From f872ef25c5d1f0195b62063224fe7c1c24a3668f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Nov 2016 23:44:54 -0400 Subject: [PATCH 2/2] remove unused import --- Assistant/WebApp/Notifications.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assistant/WebApp/Notifications.hs b/Assistant/WebApp/Notifications.hs index 8d4a86cc7b..9d20773c09 100644 --- a/Assistant/WebApp/Notifications.hs +++ b/Assistant/WebApp/Notifications.hs @@ -16,7 +16,6 @@ import Assistant.DaemonStatus import Assistant.Types.Buddies import Utility.NotificationBroadcaster import Utility.Yesod -import Utility.WebApp import Data.Text (Text) import qualified Data.Text as T