propellor spin

This commit is contained in:
Joey Hess 2014-11-18 15:09:13 -04:00
parent fcfd18578f
commit d5091b6082
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ spin hn hst = do
sendprivdata toh privdata sendprivdata toh privdata
loop loop
Just NeedGitPush -> do Just NeedGitPush -> do
print "NeedGitPush"
sendMarked toh gitPushMarker "" sendMarked toh gitPushMarker ""
unlessM (boolSystem "git" [Param "send-pack", Param "--thin", Param "."]) $ unlessM (boolSystem "git" [Param "send-pack", Param "--thin", Param "."]) $
warningMessage "git send-pack failed" warningMessage "git send-pack failed"