propellor spin

This commit is contained in:
Joey Hess 2014-11-18 17:06:39 -04:00
parent 6fa831e6a5
commit ec9cdf5d73
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ boot = do
hout <- dup stdOutput
hClose stdin
hClose stdout
unlessM (boolSystem "git" [Param "pull", Param "--upload-pack", Param $ "./propellor --gitpush " ++ show hin ++ " " ++ show hout, Param "."]) $
unlessM (boolSystem "git" [Param "pull", Param "--progress", Param "--upload-pack", Param $ "./propellor --gitpush " ++ show hin ++ " " ++ show hout, Param "."]) $
errorMessage "git pull from client failed"
-- Shim for git push over the propellor ssh channel.