From e96a66709a904a7a2e30d9e66873c1515454cdd1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Nov 2014 15:25:55 -0400 Subject: run upload-pack, not send-pack we're doing a reverse pull from the client --- src/Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/CmdLine.hs') diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 0c092093..df739e18 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -212,7 +212,7 @@ spin hn hst = do loop Just NeedGitPush -> do sendMarked toh gitPushMarker "" - unlessM (boolSystem "git" [Param "send-pack", Param "--thin", Param "."]) $ + unlessM (boolSystem "git" [Param "upload-pack", Param "."]) $ warningMessage "git send-pack failed" -- no more protocol possible after -- git push -- cgit v1.2.3