From 414b0dffec57d259d761965b5b5da3bfb57b1a80 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Apr 2014 16:54:24 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- config-joey.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index b58179f2..5be91c4f 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -174,7 +174,7 @@ spin hn = do cacheparams <- toCommand <$> sshCachingParams hn go cacheparams url =<< gpgDecrypt (privDataFile hn) where - go cacheparams url privdata = withBothHandles createProcessSuccess (proc "ssh" $ cacheparams ++ ["-t", user, bootstrapcmd]) $ \(toh, fromh) -> do + go cacheparams url privdata = withBothHandles createProcessSuccess (proc "ssh" $ cacheparams ++ [user, bootstrapcmd]) $ \(toh, fromh) -> do let finish = do senddata toh (privDataFile hn) privDataMarker privdata hClose toh diff --git a/config-joey.hs b/config-joey.hs index 67296bcb..ab878fb2 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -81,7 +81,7 @@ hosts = & JoeySites.gitServer hosts & cname "downloads.kitenet.net" - & JoeySites.annexWebSite "/srv/git/download.git" + & JoeySites.annexWebSite "/srv/git/downloads.git" "downloads.kitenet.net" "840760dc-08f0-11e2-8c61-576b7e66acfd" [("turtle", "ssh://turtle.kitenet.net/~/lib/downloads/")] -- cgit v1.2.3